Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_client.cc654 std::vector<Shape> result_shapes_with_layout(result_shapes.size()); in EmitPythonCallbackFromDescriptor() local
657 result_shapes_with_layout[i] = in EmitPythonCallbackFromDescriptor()
662 result_shapes_with_layout[i] = result_shapes[i]; in EmitPythonCallbackFromDescriptor()
671 Shape result_shape = ShapeUtil::MakeTupleShape(result_shapes_with_layout); in EmitPythonCallbackFromDescriptor()