Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc32 TF_RET_CHECK(ShapeUtil::IndexIsValid(alias_.shape(), output_index)) in SetUpAlias()
149 CHECK(ShapeUtil::IndexIsValid(alias_.shape(), output_index)); in GetAliasedParameter()
191 TF_RET_CHECK(ShapeUtil::IndexIsValid(param_shape, alias.parameter_index)); in Verify()
192 TF_RET_CHECK(ShapeUtil::IndexIsValid(output_shape, output_index)); in Verify()
Ddynamic_parameter_binding.cc118 TF_RET_CHECK(ShapeUtil::IndexIsValid( in Verify()
121 TF_RET_CHECK(ShapeUtil::IndexIsValid( in Verify()
Dpattern_matcher.h928 if (!ShapeUtil::IndexIsValid(*shape, index_)) {
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h487 static bool IndexIsValid(const Shape& shape, ShapeIndexView index);
Dshape_util.cc769 /* static */ bool ShapeUtil::IndexIsValid(const Shape& shape, in IndexIsValid() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc405 if (!ShapeUtil::IndexIsValid(parameter_shape, alias.param_index)) { in PopulateInputOutputAlias()