HomeSort by relevance Sort by last modified time
    Searched refs:NextIteration (Results 1 - 11 of 11) sorted by null

  /bionic/tests/
string_test.cpp 196 void NextIteration() {
258 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
440 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
476 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
510 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
534 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
560 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
588 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
620 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
644 for (state.BeginIterations(); state.HasNextIteration(); state.NextIteration()) {
    [all...]
  /external/tensorflow/tensorflow/core/grappler/utils/
scc_test.cc 242 input: "while/NextIteration"
361 name: "while/NextIteration"
362 op: "NextIteration"
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow_test.cc 219 ops::NextIteration(scope.WithOpName("while/NextIteration"), add);
332 ops::NextIteration(scope.WithOpName("while/NextIteration"), add);
465 ops::NextIteration(scope.WithOpName("while/NextIteration/x"), add);
467 ops::NextIteration(scope.WithOpName("while/NextIteration/y"), mul);
685 auto next_iteration_j = ops::NextIteration(
687 auto next_iteration_k = ops::NextIteration(
    [all...]
  /external/tensorflow/tensorflow/cc/ops/
while_loop.cc 52 // Manually generates the name of the `loop_var_idx`-th NextIteration node of a
54 // before the NextIteration node is created.
59 strings::StrAppend(&result, "NextIteration");
157 // ^ | NextIteration
214 next_outputs[i] = NextIteration(scope, body_outputs[i]);
219 // Create the backedges from the NextIteration nodes to the Merge nodes.
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 58 using ops::NextIteration;
141 if (ndef.op() == "NextIteration") {
381 NextIteration(in_.WithOpName("A5"), b1);
394 NextIteration(in_.WithOpName("B5"), b1);
645 NextIteration next_iteration(scope, identity);
649 // Complete loop by removing dummy node and attaching NextIteration to
graph_constructor_test.cc 326 input: "while/NextIteration"
445 name: "while/NextIteration"
446 op: "NextIteration"
596 input: "while/NextIteration"
748 name: "while/NextIteration"
749 op: "NextIteration"
760 op: "NextIteration"
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler_test.cc 523 input: "while/NextIteration"
738 name: "while/NextIteration"
739 op: "NextIteration"
750 op: "NextIteration"
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass_test.cc 355 auto next_iter = ops::NextIteration(root, enter);
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 492 milliseconds