2 writes to Shape
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
61Shape = shape; 196loadedCustomShapeInfos[i] = new CustomShapeInfo() { Name = name, Shape = shape };
3 references to Shape
Microsoft.ML.OnnxTransformer (3)
OnnxTransform.cs (3)
46/// <see cref="Name"/> is a tensor name while <see cref="Shape"/> is that tenor's desired shape. 250shapeDictionary[customShape.Name] = customShape.Shape; 443ctx.Writer.WriteIntArray(info.Shape);