Interfaces and utilities for writing
ONNX models from Java.
-
Creates an input node for this ONNXContext, with the name "input", of dimension
[batch_size, featureDimension
], and of type float32.
Creates an input node for this ONNXContext, with the given name, of dimension
[batch_size, featureDimension
], and of type float32.
Creates an output node for this ONNXContext, with the name "output", of dimension
[batch_size, outputDimension
], and of type float32.
Creates an output node for this ONNXContext, with the given name, of dimension
[batch_size, outputDimension
], and of type float32.