2 writes to Name
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
60
Name
= name;
196
loadedCustomShapeInfos[i] = new CustomShapeInfo() {
Name
= name, Shape = shape };
3 references to Name
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;
442
ctx.SaveNonEmptyString(info.
Name
);