1 write to tensors_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
246tensors_ = other.tensors_.Clone();
10 references to tensors_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
246tensors_ = other.tensors_.Clone(); 479get { return tensors_; } 540if (!tensors_.Equals(other.tensors_)) return false; 563hash ^= tensors_.GetHashCode(); 615tensors_.WriteTo(output, _repeated_tensors_codec); 691size += tensors_.CalculateSize(_repeated_tensors_codec); 763tensors_.Add(other.tensors_); 837tensors_.AddEntriesFrom(input, _repeated_tensors_codec);