Searched defs:kernel_index (Results 1 – 8 of 8) sorted by relevance
39 const int kernel_index = strength - 1; in IntraEdgeFilter_C() local
121 const size_t kernel_index = const_tensor_kernels_.size(); in Initialize() local129 const size_t kernel_index = kernels_.size(); in Initialize() local
45 const int kernel_index = strength - 1; in IntraEdgeFilter_NEON() local316 const int kernel_index = strength - 1; in IntraEdgeFilter_NEON() local
267 const int kernel_index = spatial_remap[y * weights.shape.w + x]; in RearrangeWeightsToOICustomSpatialI4O4() local303 const int kernel_index = spatial_remap[y * weights.shape.w + x]; in RearrangeWeightsToOICustomSpatialO4I4() local
57 const size_t kernel_index = kernel_y * kernel_width + kernel_x; in xnn_indirection_init_conv2d() local68 const size_t kernel_index = kernel_y * kernel_width + kernel_x; in xnn_indirection_init_conv2d() local120 const size_t kernel_index = kernel_y * kernel_width + kernel_x; in xnn_indirection_init_deconv2d() local
190 const int kernel_index = strength - 1; in IntraEdgeFilter_SSE4_1() local
2874 const WindowDimension& window_dim) { in EmitConvolution()2952 llvm_ir::IrArray::Index kernel_index(kernel_multi_index, rhs->shape(), in EmitConvolution() local
204 unsigned kernel_index; member