Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DConvUtils.h223 bool has_dilation = !dilation.empty(); variable
/external/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/
DConv.cpp26 bool has_dilation = dilation.size() > 0; in conv_dst_size() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation.cc1998 auto has_dilation = [](const WindowDimension& dimensions) { in InferShardingFromOperands() local