Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc64 bool IsQuantized(TfLiteType type) { in IsQuantized() function
84 return IsFloat(input_type) && IsQuantized(filter_type); in IsHybridOperator()