Home
last modified time | relevance | path

Searched defs:TfLiteTensorQuantizationParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs274 …private static extern unsafe QuantizationParams TfLiteTensorQuantizationParams(TfLiteTensor tensor… in TfLiteTensorQuantizationParams() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.cc222 TfLiteQuantizationParams TfLiteTensorQuantizationParams( in TfLiteTensorQuantizationParams() function