Home
last modified time | relevance | path

Searched refs:cell_state_quantization_params (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc3022 const auto cell_state_quantization_params = in Validate() local
3024 Expect(cell_state_quantization_params.scale == 16. / 32768. || in Validate()
3025 cell_state_quantization_params.zero_point == 0, in Validate()