Home
last modified time | relevance | path

Searched refs:IndexIsValid (Results 1 – 10 of 10) 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()
153 CHECK(ShapeUtil::IndexIsValid(alias_.shape(), output_index)) in GetAliasedParameter()
196 TF_RET_CHECK(ShapeUtil::IndexIsValid(param_shape, alias.parameter_index)); in Verify()
197 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()
Dhlo_verifier.cc816 TF_RET_CHECK(ShapeUtil::IndexIsValid( in HandleCustomCall()
819 TF_RET_CHECK(ShapeUtil::IndexIsValid(custom_call->shape(), pair.first)) in HandleCustomCall()
Ddynamic_dimension_inference.cc1733 CHECK(ShapeUtil::IndexIsValid(inst->shape(), index)); in GetDynamicSizes()
Dpattern_matcher.h909 if (!ShapeUtil::IndexIsValid(*shape, index_)) {
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.cc107 if (!ShapeUtil::IndexIsValid(alias_config.shape(), result_index)) { in AllocateOutputMemoryWithInputReuse()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dutils.cc175 CHECK(ShapeUtil::IndexIsValid(sharded_shape, idx)); in DetermineArgumentLayoutsFromCompileOptions()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc186 equal &= IndexIsValid(rhs, index); in EqualStructure()
189 equal &= IndexIsValid(lhs, index); in EqualStructure()
896 /* static */ bool ShapeUtil::IndexIsValid(const Shape& shape, in IndexIsValid() function in xla::ShapeUtil
Dshape_util.h549 static bool IndexIsValid(const Shape& shape, ShapeIndexView index);
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc538 if (!ShapeUtil::IndexIsValid(parameter_shape, alias.param_index)) { in PopulateInputOutputAlias()