load_from_file: Loads a binary protobuf that stores onnx model

View source: R/main.R

load_from_fileR 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


onnx/onnx-r documentation built on July 8, 2023, 3 p.m.