Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc256 const int filters_count = aligned_ch_count * w_shape.h * w_shape.w; in IsConvConstantsSupported() local
260 const int filters_buffer_size = filters_count * float_size; in IsConvConstantsSupported()