Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc207 xla::Shape branch0_input_shape; in Compile() local
215 branch0_input_shape = branch_input_shape; in Compile()
221 xla::ShapeUtil::Compatible(branch0_input_shape, branch_input_shape), in Compile()
224 xla::ShapeUtil::HumanString(branch0_input_shape), " vs. ", in Compile()
240 << xla::ShapeUtil::HumanString(branch0_input_shape); in Compile()