2 references to MakeInt32
Microsoft.ML.OnnxConverter (2)
OnnxContextImpl.cs (2)
297
_initializers.Add(OnnxUtils.
MakeInt32
(name, typeof(bool), value ? 1 : 0));
311
_initializers.Add(OnnxUtils.
MakeInt32
(name, type, value));