7 references to TensorShapeProto
Microsoft.ML.OnnxConverter (7)
OnnxMl.cs (6)
3884private static readonly pb::MessageParser<TensorShapeProto> _parser = new pb::MessageParser<TensorShapeProto>(() => new TensorShapeProto()); 3910public TensorShapeProto(TensorShapeProto other) : this() 4910Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto(); 4937Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto(); 5496Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto(); 5523Shape = new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorShapeProto();
OnnxUtils.cs (1)
36typeProto.TensorType.Shape = new TensorShapeProto();