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