Home
last modified time | relevance | path

Searched defs:new_while_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier_test.cc696 Shape new_while_shape = ParseShape("(s32[1], s32[3])").ValueOrDie(); in TEST_F() local
765 Shape new_while_shape = in TEST_F() local
831 Shape new_while_shape = ParseShape("(s32[], s32[])").ValueOrDie(); in TEST_F() local
Dwhile_loop_simplifier.cc73 Shape new_while_shape = in RemoveDeadTupleIndices() local
532 Shape new_while_shape = ShapeUtil::MakeTupleShape(new_while_shape_elems); in TryRemoveConstantParams() local
1065 Shape new_while_shape = while_shape; in TryMergeInductionVariables() local
Dwhile_util.cc103 Shape new_while_shape = while_instr->shape(); in MakeInstructionsLiveIn() local