Searched refs:IsQuantized (Results 1 – 1 of 1) sorted by relevance
64 bool IsQuantized(TfLiteType type) { in IsQuantized() function84 return IsFloat(input_type) && IsQuantized(filter_type); in IsHybridOperator()