Ask a question to get started
Enter to sendā¢Shift+Enter new line
Load an ONNX model to Oracle Database. Args: conn: Oracle Connection, dir: Oracle Directory, onnx_file: ONNX file name, model_name: Name of the model.
load_onnx_model( conn: Connection, dir: str, onnx_file: str, model_name: str ) -> None