2 writes to Name
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
60Name = name; 193loadedCustomShapeInfos[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. 247shapeDictionary[customShape.Name] = customShape.Shape; 371ctx.SaveNonEmptyString(info.Name);