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/service/
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()
/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.h102 const Shape* shape_with_output_layout = nullptr);
107 const Shape* shape_with_output_layout = nullptr);
115 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/
Dxla.proto339 ShapeProto shape_with_output_layout = 2; field