Home
last modified time | relevance | path

Searched refs:mutable_shape_do_not_use (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcopy_test.cc132 Layout* literal_layout = literal.mutable_shape_do_not_use()->mutable_layout(); in XLA_TEST_F()
H A Dparams_test.cc498 *literal.mutable_shape_do_not_use()->mutable_layout() = in XLA_TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_xfeed.cc242 *literal.mutable_shape_do_not_use() = received_shape; in TransferLiteralFromOutfeedOnCpu()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.cc86 output->mutable_shape_do_not_use()->Swap(&shape); in ReshapeLiteral()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc224 Shape* MutableLiteralBase::mutable_shape_do_not_use() { in mutable_shape_do_not_use() function in xla::MutableLiteralBase
677 ShapeUtil::GetMutableSubshape(mutable_shape_do_not_use(), shape_index); in SetDynamicSize()
974 *output.mutable_shape_do_not_use() = in Reshape()
H A Dliteral.h787 Shape* mutable_shape_do_not_use();