/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | bfloat16_conversion_folding.cc | 243 ShapeUtil::GetMutableSubshape(crs->mutable_shape(), {i}) in HandleAllReduce() 246 ShapeUtil::GetMutableSubshape(crs->mutable_shape(), {i})); in HandleAllReduce()
|
H A D | bfloat16_propagation.cc | 931 ShapeUtil::GetMutableSubshape( in Run() 986 Shape* subshape = ShapeUtil::GetMutableSubshape(hlo->mutable_shape(), index); in OutputTypeAfterChange() 1009 entry.emplace(ShapeUtil::GetMutableSubshape(hlo->mutable_shape(), index), in AddToOrRemoveFromBF16ChangeSet() 1018 ShapeUtil::GetMutableSubshape(hlo->mutable_shape(), index)); in AddToOrRemoveFromBF16ChangeSet()
|
H A D | memory_space_propagation.cc | 73 Shape* shape = ShapeUtil::GetMutableSubshape(instruction->mutable_shape(), in Propagate()
|
H A D | transfer_manager.cc | 214 *ShapeUtil::GetMutableSubshape(device_shape, index); in ReadDynamicShapes()
|
H A D | bfloat16_normalization.cc | 350 auto subshape = ShapeUtil::GetMutableSubshape(hlo->mutable_shape(), {i}); in HandleMultipleOutputs()
|
H A D | layout_assignment_test.cc | 276 *ShapeUtil::GetMutableSubshape(&result_shape, /*index=*/{0, 0}) = in TEST_F() 278 *ShapeUtil::GetMutableSubshape(&result_shape, /*index=*/{1, 0}) = in TEST_F()
|
H A D | hlo_instruction_test.cc | 843 *ShapeUtil::GetMutableSubshape(tuple->mutable_shape(), {0}) in TEST_F() 845 *ShapeUtil::GetMutableSubshape(tuple->mutable_shape(), {1}) in TEST_F()
|
H A D | layout_assignment.cc | 1989 Shape* buffer_subshape = ShapeUtil::GetMutableSubshape( in AssignLayouts() 2352 Shape* shape = ShapeUtil::GetMutableSubshape( in PropagateMemorySpace()
|
H A D | buffer_assignment.cc | 247 Shape* shape = ShapeUtil::GetMutableSubshape( in AddAssignment()
|
H A D | memory_space_assignment_test.cc | 3104 *ShapeUtil::GetMutableSubshape(&tuple_shape, {0})->mutable_layout() = in TEST_P() 3109 *ShapeUtil::GetMutableSubshape(&tuple_shape, {1})->mutable_layout() = in TEST_P() 3114 *ShapeUtil::GetMutableSubshape(&tuple_shape, {2})->mutable_layout() = in TEST_P()
|
H A D | memory_space_assignment.cc | 1503 Shape* shape = ShapeUtil::GetMutableSubshape( in Finish() 3908 Shape* shape = ShapeUtil::GetMutableSubshape( in ExportAndColorBuffers()
|
H A D | pattern_matcher.h | 955 return ShapeUtil::GetMutableSubshape(shape, index_);
|
H A D | hlo_instructions.cc | 1475 ShapeUtil::GetMutableSubshape(mutable_shape(), shape_index); in RelayoutConstant()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape_test.cc | 127 ShapeUtil::GetMutableSubshape(&dynamic_tuple, {2}) in TEST_F() 140 ShapeUtil::GetMutableSubshape(&dynamic_tuple, {2}) in TEST_F()
|
H A D | shape_layout.cc | 101 *ShapeUtil::GetMutableSubshape(&shape_, shape_index)->mutable_layout() = in ResetLayout()
|
H A D | shape_util_test.cc | 458 array_shape, *ShapeUtil::GetMutableSubshape(&array_shape, {}))); in TEST() 557 EXPECT_EQ(subshape, ShapeUtil::GetMutableSubshape(&shape, index)); in TEST()
|
H A D | shape_util.h | 456 static Shape* GetMutableSubshape(Shape* shape, ShapeIndexView index);
|
H A D | literal.cc | 677 ShapeUtil::GetMutableSubshape(mutable_shape_do_not_use(), shape_index); in SetDynamicSize() 853 Shape* subshape = ShapeUtil::GetMutableSubshape(&new_shape, shape_index); in Relayout()
|
H A D | shape_util.cc | 1013 /* static */ Shape* ShapeUtil::GetMutableSubshape(Shape* shape, in GetMutableSubshape() function in xla::ShapeUtil
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/ |
H A D | xrt_state.cc | 439 *xla::ShapeUtil::GetMutableSubshape(host_shape, index) = in ExpandTreeOfTuples() 441 *xla::ShapeUtil::GetMutableSubshape(device_shape, index) = in ExpandTreeOfTuples()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_transfer_manager.cc | 108 *ShapeUtil::GetMutableSubshape(device_shape, index); in ReadDynamicShapes()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
H A D | xrt_state_ops.h | 81 *xla::ShapeUtil::GetMutableSubshape(shape, {}) = in ParseTupleNode() 86 xla::ShapeUtil::GetMutableSubshape(shape, {i}), rm)); in ParseTupleNode()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | cpu_xfeed.cc | 289 *ShapeUtil::GetMutableSubshape(device_shape, index); in ReadDynamicShapesOnCpu()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | infeed_ops.cc | 137 xla::ShapeUtil::GetMutableSubshape(output_shape, {i}); in GetInfeedShapeWithLayout()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | dot_handler.cc | 3890 *ShapeUtil::GetMutableSubshape(tuple->mutable_shape(), in SinkInputNodesIntoWindowedDotGeneralLoopOnContractingDimensions() 4165 *ShapeUtil::GetMutableSubshape(tuple->mutable_shape(), {2}) = in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
|