5 instantiations of 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>))]
2 references to OnnxSequenceTypeAttribute
Microsoft.ML.OnnxTransformer (2)
OnnxSequenceType.cs (2)
52/// in a <see langword="class"/>, the associated field should be marked with <see cref="OnnxSequenceTypeAttribute"/>. 82if (other is OnnxSequenceTypeAttribute otherSequence)