/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | nested_loop.pbtxt | 114 input: "while/NextIteration" 331 input: "while/while/NextIteration" 546 name: "while/while/NextIteration" 547 op: "NextIteration" 558 op: "NextIteration" 671 name: "while/NextIteration" 672 op: "NextIteration" 683 op: "NextIteration"
|
D | loops_and_resource_vars.pbtxt | 189 input: "while/NextIteration" 459 input: "while/while/NextIteration" 639 name: "while/while/NextIteration" 640 op: "NextIteration" 651 op: "NextIteration" 717 name: "while/NextIteration" 718 op: "NextIteration" 729 op: "NextIteration"
|
D | loops_and_queues.pbtxt | 151 input: "while/NextIteration" 484 input: "while/while/NextIteration" 699 name: "while/while/NextIteration" 700 op: "NextIteration" 711 op: "NextIteration" 777 name: "while/NextIteration" 778 op: "NextIteration" 789 op: "NextIteration"
|
D | while_loop.pbtxt | 107 input: "while/NextIteration" 322 name: "while/NextIteration" 323 op: "NextIteration" 334 op: "NextIteration"
|
D | while_loop_var_handle_op.pbtxt | 107 input: "while/NextIteration" 256 name: "while/NextIteration" 257 op: "NextIteration" 266 op: "NextIteration"
|
D | queues_and_loops.pbtxt | 224 input: "while/NextIteration" 439 name: "while/NextIteration" 440 op: "NextIteration" 451 op: "NextIteration"
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc_test.cc | 242 input: "while/NextIteration" in TEST_F() 361 name: "while/NextIteration" in TEST_F() 362 op: "NextIteration" in TEST_F()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_NextIteration.pbtxt | 2 graph_op_name: "NextIteration"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_NextIteration.pbtxt | 2 graph_op_name: "NextIteration"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_NextIteration.pbtxt | 2 graph_op_name: "NextIteration"
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor_test.cc | 331 input: "while/NextIteration" in TEST_F() 450 name: "while/NextIteration" in TEST_F() 451 op: "NextIteration" in TEST_F() 601 input: "while/NextIteration" in TEST_F() 753 name: "while/NextIteration" in TEST_F() 754 op: "NextIteration" in TEST_F() 765 op: "NextIteration" in TEST_F() 2106 input: "while/NextIteration" in TEST_F() 2225 name: "while/NextIteration" in TEST_F() 2226 op: "NextIteration" in TEST_F()
|
D | graph_partition_test.cc | 59 using ops::NextIteration; 382 NextIteration(in_.WithOpName("A5"), b1); in TEST_F() 395 NextIteration(in_.WithOpName("B5"), b1); in TEST_F() 652 NextIteration next_iteration(scope, identity); in TEST()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 232 ops::NextIteration(scope.WithOpName("while/NextIteration"), add); in TEST() 514 ops::NextIteration(scope.WithOpName("while/NextIteration"), add); in TEST() 654 ops::NextIteration(scope.WithOpName("while/NextIteration/x"), add); in TEST() 656 ops::NextIteration(scope.WithOpName("while/NextIteration/y"), mul); in TEST() 883 auto next_iteration_j = ops::NextIteration( in TEST() 885 auto next_iteration_k = ops::NextIteration( in TEST() 897 ops::NextIteration(scope.WithOpName("outer/NextIteration"), add_i); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 606 input: "while/NextIteration" in CreateGrapplerItemWithLoop() 821 name: "while/NextIteration" in CreateGrapplerItemWithLoop() 822 op: "NextIteration" in CreateGrapplerItemWithLoop() 833 op: "NextIteration" in CreateGrapplerItemWithLoop() 1026 input: "while/NextIteration" in CreateGrapplerItemWithLoopAnnotated() 1355 name: "while/NextIteration" in CreateGrapplerItemWithLoopAnnotated() 1356 op: "NextIteration" in CreateGrapplerItemWithLoopAnnotated() 1373 op: "NextIteration" in CreateGrapplerItemWithLoopAnnotated()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference_test.cc | 102 ops::NextIteration(scope.WithOpName("while/NextIteration"), add); in TEST()
|
D | deadness_analysis_test.cc | 134 ops::NextIteration(root.WithOpName(prefix + "/next_iteration"), iv_next); in CreateInductionVariable() 196 Output next_iteration = ops::NextIteration( in CreateDependentLoopInvariantValue() 749 next_iterations[i] = ops::NextIteration( in TEST()
|
D | resource_operation_safety_analysis_test.cc | 498 ops::NextIteration(root.WithOpName("next_iteration"), latch.output_true); in TEST()
|
D | mark_for_compilation_pass_test.cc | 365 auto next_iter = ops::NextIteration(root, enter); in TEST()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | while_loop.cc | 214 next_outputs[i] = NextIteration(scope, body_outputs[i]); in BuildWhileLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 902 NextIteration: in RenamePass() 1019 goto NextIteration; in RenamePass()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 881 NextIteration: in RenamePass() 984 goto NextIteration; in RenamePass()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 1226 input: "while/NextIteration" in TEST_F() 1345 name: "while/NextIteration" in TEST_F() 1346 op: "NextIteration" in TEST_F()
|
D | layout_optimizer_test.cc | 1198 auto next = ops::NextIteration(s.WithOpName("next"), sw.output_true); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 1018 NextIteration: in RenamePass() 1121 goto NextIteration; in RenamePass()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2132 name: "NextIteration"
|