-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathNAMESPACE
More file actions
20 lines (19 loc) · 620 Bytes
/
NAMESPACE
File metadata and controls
20 lines (19 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by roxygen2: do not edit by hand
S3method(check,onnx.onnx_ml_pb2.NodeProto)
S3method(check,onnx_pb2.AttributeProto)
S3method(check,onnx_pb2.GraphProto)
S3method(check,onnx_pb2.NodeProto)
S3method(check,onnx_pb2.TensorProto)
S3method(print_readable,onnx_pb2.AttributeProto)
S3method(print_readable,onnx_pb2.GraphProto)
S3method(print_readable,onnx_pb2.NodeProto)
S3method(print_readable,onnx_pb2.ValueInfoProto)
export(check)
export(load_from_file)
export(load_from_string)
export(make_attribute)
export(make_graph)
export(make_node)
export(make_tensor)
export(make_tensor_value_info)
export(print_readable)