Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc688 auto nested_instr = in TryFlattenNestedTuples() local
690 CHECK(ShapeUtil::Compatible(nested_instr->shape(), while_shape)) in TryFlattenNestedTuples()
691 << ShapeUtil::HumanString(nested_instr->shape()) << " vs " in TryFlattenNestedTuples()
693 return nested_instr; in TryFlattenNestedTuples()