3 writes to CustomShapeInfos
Microsoft.ML.OnnxTransformer (3)
OnnxTransform.cs (3)
214CustomShapeInfos = loadedCustomShapeInfos, 308CustomShapeInfos = shapeDictionary?.Select(pair => new CustomShapeInfo(pair.Key, pair.Value)).ToArray(), 338CustomShapeInfos = shapeDictionary?.Select(pair => new CustomShapeInfo(pair.Key, pair.Value)).ToArray(),
5 references to CustomShapeInfos
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
245if (options.CustomShapeInfos != null) 246foreach (var customShape in options.CustomShapeInfos) 366int customShapeInfosLength = _options.CustomShapeInfos != null ? _options.CustomShapeInfos.Length : 0; 370var info = _options.CustomShapeInfos[i];