Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_util.cc75 const Shape shape_with_output_layout( in CreateModuleConfig() local
76 execution_options->shape_with_output_layout()); in CreateModuleConfig()
78 ValidateResultShape(shape_with_output_layout, program_shape.result())); in CreateModuleConfig()
81 shape_with_output_layout)); in CreateModuleConfig()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dclient_library_test_base.cc113 const Shape* shape_with_output_layout) { in ExecuteAndTransfer() argument
115 if (shape_with_output_layout != nullptr) { in ExecuteAndTransfer()
117 shape_with_output_layout->ToProto(); in ExecuteAndTransfer()
125 const Shape* shape_with_output_layout) { in ExecuteAndTransfer() argument
128 return ExecuteAndTransfer(computation, arguments, shape_with_output_layout); in ExecuteAndTransfer()
133 const Shape* shape_with_output_layout) { in ExecuteAndTransferReference() argument
135 if (shape_with_output_layout != nullptr) { in ExecuteAndTransferReference()
137 shape_with_output_layout->ToProto(); in ExecuteAndTransferReference()
H A 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);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient.cc173 std::optional<Shape> shape_with_output_layout; in ExecuteAndTransfer() local
175 shape_with_output_layout = in ExecuteAndTransfer()
176 Shape(execution_options->shape_with_output_layout()); in ExecuteAndTransfer()
178 return Transfer(*data, shape_with_output_layout.has_value() in ExecuteAndTransfer()
179 ? &(*shape_with_output_layout) in ExecuteAndTransfer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto455 ShapeProto shape_with_output_layout = 2; field