Searched refs:new_shape_string (Results 1 – 2 of 2) sorted by relevance
456 std::string new_shape_string = value.list().shape(0).ShortDebugString(); in SetShapeAttribute() local457 if (actual_shape.ShortDebugString() != new_shape_string) { in SetShapeAttribute()458 return errors::InvalidArgument("Expected ", new_shape_string, " '", name, in SetShapeAttribute()
293 std::string new_shape_string = value.shape().ShortDebugString(); in SetShapeAttribute() local294 if (actual_shape.ShortDebugString() != new_shape_string) { in SetShapeAttribute()295 return InvalidArgument("Expected ", new_shape_string, " '", name, in SetShapeAttribute()