Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc111 ShapeUtil::ForEachMutableSubshape(&result_layout, in CompileAheadOfTime()
116 ShapeUtil::ForEachMutableSubshape(const_cast<Shape*>(shape), in CompileAheadOfTime()
Dhlo_module_util.cc155 ShapeUtil::ForEachMutableSubshape( in UpdateEntryComputationLayout()
Dbfloat16_normalization.cc176 ShapeUtil::ForEachMutableSubshape( in ChangeOutputTypeThenInsertConvertBack()
Dservice.cc649 ShapeUtil::ForEachMutableSubshape( in ExecuteGraphParallel()
Dlayout_assignment.cc2066 xla::ShapeUtil::ForEachMutableSubshape( in AssignLayouts()
Dshape_inference.cc2956 ShapeUtil::ForEachMutableSubshape( in InferConditionalShape()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc331 ShapeUtil::ForEachMutableSubshape( in ComputeAndCompareLiteralWithStatus()
389 ShapeUtil::ForEachMutableSubshape( in ComputeAndCompareLiteralWithStatus()
623 ShapeUtil::ForEachMutableSubshape(&new_shape, in MaybeConvertShapeToBfloat16()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_executable_interface.cc75 xla::ShapeUtil::ForEachMutableSubshape(&device_shape, update_layout); in AllocateOutputMemoryWithInputReuse()
/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver.cc429 ShapeUtil::ForEachMutableSubshape( in AddOutfeedToBuilder()
Dxla.cc162 ShapeUtil::ForEachMutableSubshape( in PYBIND11_MODULE()
Dxla_compiler.cc344 ShapeUtil::ForEachMutableSubshape( in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc286 ShapeUtil::ForEachMutableSubshape( in ClearTiles()
Dshape_util.h477 static void ForEachMutableSubshape(Shape* shape,
Dliteral_util.cc49 ShapeUtil::ForEachMutableSubshape( in ConvertType()
Dshape_util.cc1111 /* static */ void ShapeUtil::ForEachMutableSubshape( in ForEachMutableSubshape() function in xla::ShapeUtil
1729 ForEachMutableSubshape(&s, [](Shape* subshape, const ShapeIndex& index) { in DeviceShapeToHostShape()
Dshape_util_test.cc554 ShapeUtil::ForEachMutableSubshape( in TEST()
Dliteral.cc899 ShapeUtil::ForEachMutableSubshape( in ToStatic()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc4547 ShapeUtil::ForEachMutableSubshape(new_program_shape.mutable_parameters(i), in Run()
4552 ShapeUtil::ForEachMutableSubshape(new_program_shape.mutable_result(), in Run()