Home
last modified time | relevance | path

Searched defs:y_kernel_is_1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconv_generic.cc1239 bool y_kernel_is_1, int src_slices, in GetConvParamsForA7A8()
1372 bool y_kernel_is_1, in GetConvParamsForA9AndHigher()
1458 int dst_depth, bool x_kernel_is_1, bool y_kernel_is_1, in GuessBestParamsApple()
1471 int dst_depth, bool x_kernel_is_1, bool y_kernel_is_1, in GuessBestParams()
1831 const bool y_kernel_is_1 = attr.weights.shape.h == 1 && attr.strides.h == 1 && in GuessBestParams() local
1848 const bool y_kernel_is_1 = attr.weights.shape.h == 1 && attr.strides.h == 1 && in GuessBestParams() local
1883 const bool y_kernel_is_1 = in GuessBestParams() local
H A Dconv_metal_simd.h60 bool y_kernel_is_1 = true; member
H A Dconv_generic.h70 bool y_kernel_is_1 = false; member