Home
last modified time | relevance | path

Searched refs:last_stage (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/inputs/
Dtrivial_test_graph_input_yielder.cc44 std::vector<Output> last_stage; in CreateGraphDef() local
45 last_stage.push_back(x); in CreateGraphDef()
49 if (last_stage.size() == 1) { in CreateGraphDef()
54 last_stage[0]); in CreateGraphDef()
61 last_stage); in CreateGraphDef()
65 last_stage = this_stage; in CreateGraphDef()
72 last_stage); in CreateGraphDef()
77 last_stage = {dequeue[0]}; in CreateGraphDef()
81 AddN output(s.WithOpName("y").WithDevice("/CPU:0"), last_stage); in CreateGraphDef()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpcbench_test.cc136 std::vector<Output> last_stage; in CreateGraphDef() local
137 last_stage.push_back(x); in CreateGraphDef()
143 last_stage); in CreateGraphDef()
146 last_stage = this_stage; in CreateGraphDef()
150 /* Output y =*/AddN(s.WithOpName("y"), last_stage); in CreateGraphDef()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c389 bool last_stage) in emit_texblend() argument
403 if (last_stage) in emit_texblend()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp627 gl_shader_stage last_stage) in validate_sso_explicit_locations() argument
635 bool validate_last_stage = last_stage != MESA_SHADER_FRAGMENT; in validate_sso_explicit_locations()
641 gl_shader_stage stages[2] = { first_stage, last_stage }; in validate_sso_explicit_locations()