Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dgeneric_transfer_manager.cc83 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in TransferLiteralFromDevice()
119 return ShapeUtil::ForEachSubshapeWithStatus( in TransferLiteralToDevice()
Dtransfer_manager.cc121 return ShapeUtil::ForEachSubshapeWithStatus( in WriteTupleIndexTables()
Dhlo_verifier.cc403 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckMixedPrecisionOperands()
Dbuffer_assignment.cc280 Status status = ShapeUtil::ForEachSubshapeWithStatus( in HaveDisjointSlices()
Dlayout_assignment.cc372 return ShapeUtil::ForEachSubshapeWithStatus( in SetInstructionLayout()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_support_checker.cc30 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in Run()
Dir_emitter_unnested.cc2324 return ShapeUtil::ForEachSubshapeWithStatus( in CheckWhileBuffersShareAllocation()
2355 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckConditionalBuffersShareAllocation()
2366 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckConditionalBuffersShareAllocation()
2374 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckConditionalBuffersShareAllocation()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_hlo_support_checker.cc30 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in Run()
Dir_emitter.cc2229 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h457 static Status ForEachSubshapeWithStatus(const Shape& shape,
Dshape_util.cc959 /* static */ Status ShapeUtil::ForEachSubshapeWithStatus( in ForEachSubshapeWithStatus() function in xla::ShapeUtil