Home
last modified time | relevance | path

Searched refs:GetMutableSubshape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_normalization.cc196 auto subshape = ShapeUtil::GetMutableSubshape(crs->mutable_shape(), {i}); in HandleCrossReplicaSum()
Dlayout_assignment_test.cc281 *ShapeUtil::GetMutableSubshape(&result_shape, /*index=*/{0, 0}) = in TEST_F()
283 *ShapeUtil::GetMutableSubshape(&result_shape, /*index=*/{1, 0}) = in TEST_F()
Dhlo_instruction_test.cc738 *ShapeUtil::GetMutableSubshape(tuple->mutable_shape(), {0}) in TEST_F()
740 *ShapeUtil::GetMutableSubshape(tuple->mutable_shape(), {1}) in TEST_F()
Dlayout_assignment.cc1397 Shape* buffer_subshape = ShapeUtil::GetMutableSubshape( in AssignLayouts()
Dhlo_instruction.cc3410 ShapeUtil::GetMutableSubshape(mutable_shape(), shape_index); in RelayoutConstant()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc382 array_shape, *ShapeUtil::GetMutableSubshape(&array_shape, {}))); in TEST()
536 EXPECT_EQ(subshape, ShapeUtil::GetMutableSubshape(&shape, index)); in TEST()
Dshape_util.h436 static Shape* GetMutableSubshape(Shape* shape, ShapeIndexView index);
Dshape_util.cc827 /* static */ Shape* ShapeUtil::GetMutableSubshape(Shape* shape, in GetMutableSubshape() function in xla::ShapeUtil
Dliteral_util.cc709 Shape* subshape = ShapeUtil::GetMutableSubshape(&new_shape, shape_index); in Relayout()