Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc196 const Shape& output_subshape = in Verify() local
199 TF_RET_CHECK(LayoutUtil::IsDenseArray(output_subshape)); in Verify()
201 if (size_func(param_subshape) != size_func(output_subshape)) { in Verify()
210 ShapeUtil::HumanStringWithLayout(output_subshape), in Verify()
211 size_func(output_subshape)); in Verify()