Home
last modified time | relevance | path

Searched defs:kernel_w (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/runtime/heuristics/dwc_native/
DClDWCNativeDefaultConfigValhall.cpp82 const size_t kernel_w = wei_shape[idx_w]; in configure_G78_f32() local
147 const size_t kernel_w = wei_shape[idx_w]; in configure_G78_f16() local
248 const size_t kernel_w = wei_shape[idx_w]; in configure_G77_f16() local
DClDWCNativeHeuristicsHelpers.cpp42 const size_t kernel_w = weights->tensor_shape()[idx_w]; in use_cl_image_for_weights() local
DClDWCNativeDefaultConfigBifrost.cpp49 const size_t kernel_w = wei_shape[idx_w]; in configure_f32() local
122 const size_t kernel_w = wei_shape[idx_w]; in configure_f16() local
/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op_gpu.cu.cc71 const int kernel_w, const int stride_h, const int stride_w, const int pad_t, in MaxPoolForwardNCHW()
114 const int pooled_width, const int kernel_h, const int kernel_w, in MaxPoolForwardNoMaskKernel_NCHW_VECT_C()
147 const int pooled_width, const int kernel_h, const int kernel_w, in MaxPoolForwardNHWC()
234 const int width, const int kernel_h, const int kernel_w, const int stride_h, in MaxPoolGradBackwardNoMaskNCHW()
275 const int width, const int kernel_h, const int kernel_w, const int stride_h, in MaxPoolGradBackwardNoMaskNHWC()
357 const int pooled_width, const int kernel_h, const int kernel_w, in operator ()()
377 const int kernel_h, const int kernel_w, const int stride_h, in operator ()()
428 const int kernel_w, const int stride_h, const int stride_w, const int pad_t, in operator ()()
Dpooling_ops_3d_gpu.cu.cc35 const int kernel_h, const int kernel_w, const int stride_p, in MaxPoolGradBackwardNoMaskNCDHW()
86 const int kernel_h, const int kernel_w, const int stride_p, in MaxPoolGradBackwardNoMaskNDHWC()
142 const int kernel_w, const int stride_p, const int stride_h, in operator ()()
Davgpooling_op_gpu.cu.cc86 const int kernel_w, const int stride_h, in RunAvePoolBackwardNHWC()
/external/tensorflow/tensorflow/lite/tools/versioning/
Dgpu_compatibility.cc205 absl::Status CheckKernels(int kernel_h, int kernel_w) { in CheckKernels()
214 absl::Status CheckKernelsAndStrides(int kernel_h, int kernel_w, int strides_h, in CheckKernelsAndStrides()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc533 int64_t kernel_w = tmpAttr[2].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
603 int64_t kernel_w = tmpAttr[2].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
Dlegalize_tfl.cc885 int64_t kernel_w = tfl_avgpool_op.filter_width(); in matchAndRewrite() local
962 int64_t kernel_w = tfl_maxpool_op.filter_width(); in matchAndRewrite() local