2 writes to DataLocation
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3243DataLocation = other.DataLocation; 3338DataLocation = (global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation)input.ReadEnum();
10 references to DataLocation
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3077if (DataLocation != other.DataLocation) return false; 3098if (DataLocation != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation.Default) hash ^= DataLocation.GetHashCode(); 3150if (DataLocation != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation.Default) 3153output.WriteEnum((int)DataLocation); 3191if (DataLocation != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation.Default) 3193size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)DataLocation); 3241if (other.DataLocation != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation.Default) 3243DataLocation = other.DataLocation;