Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dexport_utils.cc456 std::string new_shape_string = value.list().shape(0).ShortDebugString(); in SetShapeAttribute() local
457 if (actual_shape.ShortDebugString() != new_shape_string) { in SetShapeAttribute()
458 return errors::InvalidArgument("Expected ", new_shape_string, " '", name, in SetShapeAttribute()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_attributes.cc293 std::string new_shape_string = value.shape().ShortDebugString(); in SetShapeAttribute() local
294 if (actual_shape.ShortDebugString() != new_shape_string) { in SetShapeAttribute()
295 return InvalidArgument("Expected ", new_shape_string, " '", name, in SetShapeAttribute()