Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc80 output->mutable_shape_do_not_use()->Swap(&shape); in ReshapeLiteral()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_transfer_manager.cc196 *literal.mutable_shape_do_not_use() = received_shape; in TransferLiteralFromOutfeed()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcopy_test.cc134 Layout* literal_layout = literal.mutable_shape_do_not_use()->mutable_layout(); in XLA_TEST_F()
Dparams_test.cc494 *literal.mutable_shape_do_not_use()->mutable_layout() = in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h569 Shape* mutable_shape_do_not_use() { return shape_.get(); } in mutable_shape_do_not_use() function
Dliteral.cc661 *output.mutable_shape_do_not_use() = in Reshape()