mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Merge pull request #50775 from tensorflow/mm-cherrypick-fix-onr2.4
Fix build after previous cherrypick (#50773).
This commit is contained in:
commit
ecee625c3d
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user