1 write to input_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
1195
input_
= other.input_.Clone();
10 references to input_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1195
input_ = other.
input_
.Clone();
1222
get { return
input_
; }
1335
if (!
input_
.Equals(other.
input_
)) return false;
1349
hash ^=
input_
.GetHashCode();
1372
input_
.WriteTo(output, _repeated_input_codec);
1405
size +=
input_
.CalculateSize(_repeated_input_codec);
1438
input_
.Add(other.
input_
);
1473
input_
.AddEntriesFrom(input, _repeated_input_codec);