8 references to TensorType
Microsoft.ML.OnnxConverter (8)
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
)