Home
last modified time | relevance | path

Searched refs:outer_body (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dwhile_test.py189 def outer_body(i, x): function
200 outer_body, (0, 1.0),
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc1125 XlaComputation outer_body; in XLA_TEST_F() local
1132 outer_body = builder.Build().ConsumeValueOrDie(); in XLA_TEST_F()
1138 While(outer_condition, outer_body, init); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc739 HloComputation* outer_body = in TEST_F() local
750 HloInstruction::CreateWhile(tuple_shape, condition2, outer_body, tuple)); in TEST_F()
Dhlo_dataflow_analysis_test.cc699 HloComputation* outer_body = in TEST_P() local
710 HloInstruction::CreateWhile(tuple_shape, condition, outer_body, tuple)); in TEST_P()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py1508 def outer_body(i, x): function
1520 outer_body, (0, 1.0),
2932 def outer_body(i, x): function
2941 i, x = control_flow_ops.while_loop(lambda i, x: i < 3, outer_body, [0, 0.0])