1 write to input_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
2400
input_
= other.input_.Clone();
10 references to input_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2400
input_ = other.
input_
.Clone();
2500
get { return
input_
; }
2568
if (!
input_
.Equals(other.
input_
)) return false;
2584
hash ^=
input_
.GetHashCode();
2616
input_
.WriteTo(output, _repeated_input_codec);
2642
size +=
input_
.CalculateSize(_repeated_input_codec);
2671
input_
.Add(other.
input_
);
2711
input_
.AddEntriesFrom(input, _repeated_input_codec);