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