5 instantiations of CursorChannelAttribute
Microsoft.ML.Tests (5)
Scenarios\Api\TestApi.cs (5)
32
[
CursorChannel
]
40
[
CursorChannelAttribute
]
46
[
CursorChannelAttribute
]
49
[
CursorChannelAttribute
]
59
[
CursorChannelAttribute
]
5 references to CursorChannelAttribute
Microsoft.ML.Data (2)
Data\SchemaDefinition.cs (2)
161
.Where(x => x.GetCustomAttributes(typeof(
CursorChannelAttribute
), false).Any())
167
.Where(x => x.GetCustomAttributes(typeof(
CursorChannelAttribute
), false).Any());
Microsoft.ML.Transforms (3)
StatefulFilterTransform.cs (3)
156
CursorChannelAttribute
.TrySetCursorChannel(_parent._host, _src, Ch);
157
CursorChannelAttribute
.TrySetCursorChannel(_parent._host, _dst, Ch);
158
CursorChannelAttribute
.TrySetCursorChannel(_parent._host, _state, Ch);