Searched defs:is_depthwise (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_conv_ops.h | 192 bool is_depthwise) { in GetFilterSizeInMklOrder() 294 bool is_depthwise) { in GetFilterSizeInMklOrder() 543 memory::dims* pad_r, bool is_grouped_convolution, bool is_depthwise) { in GetOutputAndPadSizeInMklOrder()
|
H A D | mkl_conv_ops.cc | 2214 accu_type, has_bias, is_depthwise, is_native) \ argument 2226 is_depthwise, is_native) \ argument 2234 is_depthwise, is_native) \ argument 2241 op, kernel, output_type, accu_type, has_bias, is_depthwise, is_native) \ argument 2251 accu_type, has_bias, is_depthwise, is_native) argument 2300 accu_type, has_bias, is_depthwise, is_native) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | optimize.cc | 142 bool is_depthwise) { in CanFuseConvOrDepthwiseConvShapes() 168 bool is_depthwise) { in CanFuseConvOrDepthwiseConv() 180 bool is_depthwise) { in CanFuseConvOrDepthwiseConv() 267 ElementsAttr ExpandTo4DForConvImpl(Attribute a, bool is_depthwise) { in ExpandTo4DForConvImpl()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/ |
H A D | Conv.cpp | 131 bool ConvParams::is_depthwise(const at::Tensor& input, const at::Tensor& weight) in is_depthwise() function in at::native::xpu::impl::ConvParams
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convolution.cc | 522 bool is_depthwise = false; in tflite_convolution_f32() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Convolution.cpp | 35 inline bool is_depthwise(const IntArrayRef weight_size, const int64_t groups) { in is_depthwise() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Convolution.cpp | 605 bool is_depthwise(const at::Tensor& input, const at::Tensor& weight) const { in is_depthwise() function
|