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