Home
last modified time | relevance | path

Searched defs:dilation_w (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dvol2col.cuh35 const int dilation_w, in vol2col_kernel()
96 const int dilation_w, in vol2col()
147 const unsigned dilation_w, in vol2im_kernel()
220 const int64_t dilation_w, in col2vol()
H A DDilatedMaxPool2d.cu50 const int dilation_h, const int dilation_w, scalar_t* top_data, in max_pool_forward_nchw()
182 const int dilation_h, const int dilation_w, in max_pool_backward_nchw()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
H A Dtf_to_xla_attribute_utils.cc97 const int dilation_w = dilations[2].cast<IntegerAttr>().getInt(); in PadForDynamicShapedInputSamePadding() local
173 const int dilation_w = dilations[2].cast<IntegerAttr>().getInt(); in CalculatePaddingAndPadIfNeeded() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dgpu_compatibility.cc189 absl::Status CheckDilation(int dilation_h, int dilation_w) { in CheckDilation()
199 int dilation_h, int dilation_w) { in CheckStridesAndDilation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/
H A Dops_defs.py54 dilation_w, dilation_h, padding, act): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DXnnpackUtils.h50 uint32_t dilation_w, in xnnp_create_convolution2d_nhwc()
H A Dqconv.cpp307 const int dilation_w = dilation_[kSpatialDim - 1]; in apply_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dreplace_cast_hacks_with_tf_xla_ops.cc65 const int dilation_w = dilations[2].cast<IntegerAttr>().getInt(); in PrepareXlaConvParams() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_convolution_backward.cpp121 const int64_t dilation_w = val_at(dilation, 1); in conv2d_backward_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_conv_ops.h643 int dilation_w = GetTensorDim(dilations_, data_format_, 'W'); in MklConvBackpropCommonOp() local
H A Dmkl_conv_ops.cc598 const int64 dilation_w = GetTensorDim(dilations_, data_format_, 'W'); in MklConvOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_grad_filter_ops.cc292 int dilation_w = GetTensorDim(dilations_, data_format_, 'W'); in Conv2DBackpropFilterOp() local
H A Dconv_ops.cc531 const int64_t dilation_w = GetTensorDim(dilations, data_format, 'W'); in InitConv2DParameters() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_tf.cc890 int64_t dilation_w = tmpAttr[2].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
981 int64_t dilation_w = tmpAttr[2].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
H A Dlegalize_tfl.cc1038 int64_t dilation_w = tfl_conv2d_op.dilation_w_factor(); in matchAndRewrite() local
1270 int64_t dilation_w = tfl_conv2d_op.dilation_w_factor(); in matchAndRewrite() local
H A Dlegalize_common.cc3361 int64_t dilation_w = dilations_attr[2].cast<IntegerAttr>().getInt(); in convertTFConv2DCommon() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc1236 auto dilation_w = op.dilation_w_factorAttr().getInt(); in inferReturnTypes() local