Home
last modified time | relevance | path

Searched refs:ChooseCompactLayoutForShape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_transfer_manager.h70 StatusOr<xla::Shape> ChooseCompactLayoutForShape(
Dtpu_transfer_manager.cc224 StatusOr<xla::Shape> TpuTransferManager::ChooseCompactLayoutForShape( in ChooseCompactLayoutForShape() function in tensorflow::tpu::TpuTransferManager
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.h243 virtual StatusOr<Shape> ChooseCompactLayoutForShape(
Dhlo_rematerialization_test.cc584 static StatusOr<Shape> ChooseCompactLayoutForShape(const Shape& shape) { in ChooseCompactLayoutForShape() function in xla::__anonee2cb7d30111::CompressingRematerializationTest
608 /*block_size_limit=*/1, ChooseCompactLayoutForShape, in RunHloRematerialization()
Dtransfer_manager.cc420 StatusOr<Shape> TransferManager::ChooseCompactLayoutForShape( in ChooseCompactLayoutForShape() function in xla::TransferManager
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h121 StatusOr<Shape> ChooseCompactLayoutForShape(Shape subshape) { in ChooseCompactLayoutForShape() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc665 transfer_manager->ChooseCompactLayoutForShape(shape)); in BufferFromHostBuffer()
847 transfer_manager->ChooseCompactLayoutForShape(shape)); in CreateUninitializedBuffer()
872 transfer_manager->ChooseCompactLayoutForShape(literal.shape())); in BufferFromHostLiteral()
2143 ->ChooseCompactLayoutForShape(shape); in Compile()