load_from_file {onnx}R Documentation

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


[Package onnx version 0.0.3 Index]