5 instantiations of CustomShapeInfo
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
196
loadedCustomShapeInfos[i] = new
CustomShapeInfo
() { Name = name, Shape = shape };
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(),
6 references to CustomShapeInfo
Microsoft.ML.OnnxTransformer (6)
OnnxTransform.cs (6)
47
/// <see cref="
CustomShapeInfo
"/> is useful because sometime we want to overwrite unknown
89
public
CustomShapeInfo
[] CustomShapeInfos;
188
CustomShapeInfo
[] loadedCustomShapeInfos = null;
191
loadedCustomShapeInfos = new
CustomShapeInfo
[customShapeInfosLength];
249
foreach (
var
customShape in options.CustomShapeInfos)
441
var
info = _options.CustomShapeInfos[i];