5 references to OnnxSequenceTypeAttribute
Microsoft.ML.OnnxTransformer (1)
OnnxSequenceType.cs (1)
33DataViewTypeManager.Register(this, RawType, new OnnxSequenceTypeAttribute(elementType));
Microsoft.ML.OnnxTransformerTest (2)
OnnxTransformTests.cs (2)
670[OnnxSequenceType(typeof(IDictionary<string, float>))] 676[OnnxSequenceType(typeof(IDictionary<long, float>))]
Microsoft.ML.Tests (2)
OnnxSequenceTypeWithAttributesTest.cs (2)
28[OnnxSequenceType(typeof(IDictionary<string, float>))] 76[OnnxSequenceType(typeof(IEnumerable<float>))]