3 writes to G
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
748
G
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.GraphProto();
813
G
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.GraphProto();
OnnxUtils.cs (1)
149
attribute.
G
= value;
8 references to G
Microsoft.ML.OnnxConverter (8)
OnnxMl.cs (8)
535
if (!object.Equals(
G
, other.
G
)) return false;
558
if (g_ != null) hash ^=
G
.GetHashCode();
610
output.WriteMessage(
G
);
682
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
G
);
750
G
.MergeFrom(other.
G
);
815
input.ReadMessage(
G
);