Home
last modified time | relevance | path

Searched refs:shape_with_output_layout (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc114 const Shape* shape_with_output_layout) { in ExecuteAndTransfer() argument
116 if (shape_with_output_layout != nullptr) { in ExecuteAndTransfer()
118 shape_with_output_layout->ToProto(); in ExecuteAndTransfer()
126 const Shape* shape_with_output_layout) { in ExecuteAndTransfer() argument
129 return ExecuteAndTransfer(computation, arguments, shape_with_output_layout); in ExecuteAndTransfer()
134 const Shape* shape_with_output_layout) { in ExecuteAndTransferReference() argument
136 if (shape_with_output_layout != nullptr) { in ExecuteAndTransferReference()
138 shape_with_output_layout->ToProto(); in ExecuteAndTransferReference()
Dclient_library_test_base.h100 const Shape* shape_with_output_layout = nullptr);
105 const Shape* shape_with_output_layout = nullptr);
113 const Shape* shape_with_output_layout = nullptr);
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc174 absl::optional<Shape> shape_with_output_layout; in ExecuteAndTransfer() local
176 shape_with_output_layout = in ExecuteAndTransfer()
177 Shape(execution_options->shape_with_output_layout()); in ExecuteAndTransfer()
179 return Transfer(*data, shape_with_output_layout.has_value() in ExecuteAndTransfer()
180 ? &(*shape_with_output_layout) in ExecuteAndTransfer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc293 const Shape shape_with_output_layout( in CreateModuleConfig() local
294 execution_options->shape_with_output_layout()); in CreateModuleConfig()
296 ValidateResultShape(shape_with_output_layout, program_shape.result())); in CreateModuleConfig()
299 shape_with_output_layout)); in CreateModuleConfig()
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto284 ShapeProto shape_with_output_layout = 2; field