Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc544 nested ? nested_loop_state_shape_ : loop_state_shape_; in BuildIndependentBodyComputation()
598 0, nested_loop_state_shape_, "loop_state")); in BuildNestedBodyComputation()
701 return BuildWhileInstructionWithCustomInit(nested_loop_state_shape_, in BuildWhileInstruction_InitPointsToAmbiguous()
715 return BuildWhileInstructionWithCustomInit(nested_loop_state_shape_, in BuildWhileInstruction_InitPointsToNonDistinct()
757 ShapeUtil::Equal(loop_state_shape, nested_loop_state_shape_); in BuildWhileInstructionWithCustomInit()
779 Shape nested_loop_state_shape_ = ShapeUtil::MakeTupleShape( member in xla::__anon1fa5445b0111::WhileCopyInsertionTest
1021 BuildConditionComputation(nested_loop_state_shape_)); in TEST_F()