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