OnnxOptions.ShapeDictionary Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ONNX shapes to be used over those loaded from ModelFile.
public System.Collections.Generic.IDictionary<string,int[]> ShapeDictionary;
val mutable ShapeDictionary : System.Collections.Generic.IDictionary<string, int[]>
Public ShapeDictionary As IDictionary(Of String, Integer())