3 instantiations of OnnxMapTypeAttribute
Microsoft.ML.OnnxTransformer (1)
OnnxMapType.cs (1)
27
DataViewTypeManager.Register(this, RawType, new
OnnxMapTypeAttribute
(keyType, valueType));
Microsoft.ML.OnnxTransformerTest (2)
OnnxTransformTests.cs (2)
826
[
OnnxMapType
(typeof(int), typeof(float))]
832
[
OnnxMapType
(typeof(int), typeof(float))]
2 references to OnnxMapTypeAttribute
Microsoft.ML.OnnxTransformer (2)
OnnxMapType.cs (2)
46
/// in a <see langword="class"/>, the associated field should be marked with <see cref="
OnnxMapTypeAttribute
"/>.
78
if (other is
OnnxMapTypeAttribute
otherSequence)