Searched refs:result_shapes_with_layout (Results 1 – 1 of 1) sorted by relevance
654 std::vector<Shape> result_shapes_with_layout(result_shapes.size()); in EmitPythonCallbackFromDescriptor() local657 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()