rml_graph_format
Usage
Defines graph format required for loading model from buffer.
API
Main
Possible Values
Name |
Value |
Brief Explanation |
---|---|---|
RML_GRAPH_FORMAT_UNSPECIFIED |
0 |
Unspecified graph format. |
RML_GRAPH_FORMAT_TF |
400 |
Tensorflow 1.x binary graph format. |
RML_GRAPH_FORMAT_TF_TXT |
410 |
Tensorflow text graph format. |
RML_GRAPH_FORMAT_ONNX |
420 |
ONNX binary graph format. |
RML_GRAPH_FORMAT_ONNX_TXT |
430 |
ONNX text graph format. |