1 write to output_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
2401
output_
= other.output_.Clone();
10 references to output_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2401
output_ = other.
output_
.Clone();
2511
get { return
output_
; }
2569
if (!
output_
.Equals(other.
output_
)) return false;
2585
hash ^=
output_
.GetHashCode();
2617
output_
.WriteTo(output, _repeated_output_codec);
2643
size +=
output_
.CalculateSize(_repeated_output_codec);
2672
output_
.Add(other.
output_
);
2716
output_
.AddEntriesFrom(input, _repeated_output_codec);