2 writes to Shape
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
61
Shape
= shape;
196
loadedCustomShapeInfos[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.
250
shapeDictionary[customShape.Name] = customShape.
Shape
;
443
ctx.Writer.WriteIntArray(info.
Shape
);