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

  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion_test.cc 440 HloInstruction::CreateParameter(0, loop_state_shape_, "loop_state"));
513 HloInstruction::CreateParameter(0, loop_state_shape_, "loop_state"));
544 nested ? nested_loop_state_shape_ : loop_state_shape_;
659 loop_state_shape_, condition, body, loop_state_init));
669 return BuildWhileInstructionWithCustomInit(loop_state_shape_, data_init,
677 return BuildWhileInstructionWithCustomInit(loop_state_shape_, data_init,
732 auto xla_while = BuildWhileInstructionWithCustomInit(loop_state_shape_,
775 Shape loop_state_shape_ = member in class:xla::__anon44322::WhileCopyInsertionTest
    [all...]
buffer_assignment_test.cc     [all...]

Completed in 209 milliseconds