Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc2360 const auto cell_state_quantization_params = in Validate() local
2362 Expect(cell_state_quantization_params.scale == 16. / 32768. || in Validate()
2363 cell_state_quantization_params.zero_point == 0, in Validate()