Jump to content

R2Inference/Supported backends/TensorFlow-Lite: Difference between revisions

Line 157: Line 157:
</syntaxhighlight>
</syntaxhighlight>


==Tensorflow Options==
==Tensorflow Lite Options==




Line 168: Line 168:
! Description
! Description
|-
|-
| version
| number_of_threads
| TF_Version()
| Interpreter->SetNumThreads
| String
| Integer
| Read only
| Tensorflow API version
|-
| output-layer
| TF_GraphOperationByName
| String
| R/W
| R/W
| Name of the output layer of the graph
| Set Number of threads to run
|-
|-
| input-layer
| allow_fp16
| TF_GraphOperationByName
| Interpreter->SetAllowFp16PrecisionForFp32
| String
| Integer
| R/W
| R/W
| Name of the input layer of the graph.
| Allow the usage of 16 bit float point instead of 32 bits
 
|}
|}


507

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.