5 writes to CustomShapeInfos
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
217
CustomShapeInfos
= loadedCustomShapeInfos,
321
CustomShapeInfos
= shapeDictionary?.Select(pair => new CustomShapeInfo(pair.Key, pair.Value)).ToArray(),
347
CustomShapeInfos
= shapeDictionary?.Select(pair => new CustomShapeInfo(pair.Key, pair.Value)).ToArray(),
377
CustomShapeInfos
= shapeDictionary?.Select(pair => new CustomShapeInfo(pair.Key, pair.Value)).ToArray(),
409
CustomShapeInfos
= shapeDictionary?.Select(pair => new CustomShapeInfo(pair.Key, pair.Value)).ToArray(),
5 references to CustomShapeInfos
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
248
if (options.
CustomShapeInfos
!= null)
249
foreach (var customShape in options.
CustomShapeInfos
)
437
int customShapeInfosLength = _options.
CustomShapeInfos
!= null ? _options.
CustomShapeInfos
.Length : 0;
441
var info = _options.
CustomShapeInfos
[i];