Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dgeneric_transfer_manager.cc83 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in TransferLiteralFromDeviceInternal()
120 return ShapeUtil::ForEachSubshapeWithStatus( in TransferLiteralToDeviceAsync()
Doptimize_input_output_buffer_alias.cc62 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in Build()
Dtransfer_manager.cc243 return ShapeUtil::ForEachSubshapeWithStatus( in WriteTupleIndexTablesAsync()
Dlayout_assignment.cc302 return ShapeUtil::ForEachSubshapeWithStatus( in SetInstructionLayout()
1311 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in PropagateOperandConstraint()
1349 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in PropagateOperandConstraint()
Dhlo_verifier.cc32 return ShapeUtil::ForEachSubshapeWithStatus( in VerifyNotSparse()
786 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckMixedPrecisionOperands()
Dbuffer_assignment.cc461 Status status = ShapeUtil::ForEachSubshapeWithStatus( in HaveDisjointSlices()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_support_checker.cc29 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in Run()
Dgpu_transfer_manager.cc59 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in TransferLiteralToInfeed()
Dir_emitter_unnested.cc2057 return ShapeUtil::ForEachSubshapeWithStatus( in CheckWhileBuffersShareAllocation()
2086 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckConditionalBuffersShareAllocation()
2097 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in CheckConditionalBuffersShareAllocation()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_hlo_support_checker.cc29 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in Run()
Dir_emitter.cc2304 TF_RETURN_IF_ERROR(ShapeUtil::ForEachSubshapeWithStatus( in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h523 static Status ForEachSubshapeWithStatus(const Shape& shape,
Dshape_util.cc918 /* static */ Status ShapeUtil::ForEachSubshapeWithStatus( in ForEachSubshapeWithStatus() function in xla::ShapeUtil