11 references to TensorType
Microsoft.ML.OnnxTransformer (11)
OnnxTypeParser.cs (3)
81
if (typeProto.ValueCase == OnnxCSharpToProtoWrapper.TypeProto.ValueOneofCase.
TensorType
)
225
if (typeProto.ValueCase == OnnxCSharpToProtoWrapper.TypeProto.ValueOneofCase.
TensorType
)
290
if (typeProto.ValueCase == OnnxCSharpToProtoWrapper.TypeProto.ValueOneofCase.
TensorType
)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (8)
4342
case ValueOneofCase.
TensorType
:
4376
get { return valueCase_ == ValueOneofCase.
TensorType
? (global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto.Types.Tensor)value_ : null; }
4380
valueCase_ = value == null ? ValueOneofCase.None : ValueOneofCase.
TensorType
;
4517
if (valueCase_ == ValueOneofCase.
TensorType
) hash ^= TensorType.GetHashCode();
4540
if (valueCase_ == ValueOneofCase.
TensorType
)
4580
if (valueCase_ == ValueOneofCase.
TensorType
)
4624
case ValueOneofCase.
TensorType
:
4678
if (valueCase_ == ValueOneofCase.
TensorType
)