mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Merge pull request #50775 from tensorflow/mm-cherrypick-fix-onr2.4
Fix build after previous cherrypick (#50773).
This commit is contained in:
@@ -135,7 +135,7 @@ Status ShapeRefiner::InferShapesForFunctionSubNode(
|
||||
TF_RETURN_IF_ERROR(
|
||||
outer_context->MakeShapeFromShapeProto(proto, &handle));
|
||||
copied_shapes_and_types.push_back(
|
||||
ShapeAndType(handle, shape_and_type.dtype, shape_and_type.type));
|
||||
ShapeAndType(handle, shape_and_type.dtype, shape_and_type.specialized_type));
|
||||
}
|
||||
|
||||
outer_context->set_output_handle_shapes_and_types(
|
||||
|
||||
Reference in New Issue
Block a user