1 write to output_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
1196
output_
= other.output_.Clone();
10 references to output_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1196
output_ = other.
output_
.Clone();
1236
get { return
output_
; }
1336
if (!
output_
.Equals(other.
output_
)) return false;
1350
hash ^=
output_
.GetHashCode();
1373
output_
.WriteTo(output, _repeated_output_codec);
1406
size +=
output_
.CalculateSize(_repeated_output_codec);
1439
output_
.Add(other.
output_
);
1478
output_
.AddEntriesFrom(input, _repeated_output_codec);