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