onnx (version 0.0.2)

load_from_file: Loads a binary protobuf that stores onnx model

Description

Loads a binary protobuf that stores onnx model

Usage

load_from_file(obj)

Arguments

obj

a file-like object (has "read" function) or a string containing a file name

Value

ONNX ModelProto object