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