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