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