1 write to attribute_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
1200
attribute_
= other.attribute_.Clone();
10 references to attribute_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1200
attribute_ = other.
attribute_
.Clone();
1299
get { return
attribute_
; }
1340
if (!
attribute_
.Equals(other.
attribute_
)) return false;
1354
hash ^=
attribute_
.GetHashCode();
1384
attribute_
.WriteTo(output, _repeated_attribute_codec);
1419
size +=
attribute_
.CalculateSize(_repeated_attribute_codec);
1452
attribute_
.Add(other.
attribute_
);
1493
attribute_
.AddEntriesFrom(input, _repeated_attribute_codec);