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