2 writes to Indices
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3828Indices = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto(); 3860Indices = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto();
8 references to Indices
Microsoft.ML.OnnxConverter (8)
OnnxMl.cs (8)
3744if (!object.Equals(Indices, other.Indices)) return false; 3754if (indices_ != null) hash ^= Indices.GetHashCode(); 3780output.WriteMessage(Indices); 3799size += 1 + pb::CodedOutputStream.ComputeMessageSize(Indices); 3830Indices.MergeFrom(other.Indices); 3862input.ReadMessage(Indices);