3 references to 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))]