Home
last modified time | relevance | path

Searched refs:inherent_low_padding (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc73 int64_t inherent_low_padding, inherent_high_padding, stride, spatial_size, member
466 c.inherent_low_padding == c.base_dilation_factor) { in IsConvSuitableForSpaceToBatch()
2670 c.inherent_low_padding != 0 in PropagateOnConv()
2671 ? (c.inherent_low_padding == c.base_dilation_factor ? 1 : 0) in PropagateOnConv()
2672 : c.inherent_low_padding, in PropagateOnConv()
3274 const int64_t inherent_low_padding = in PropagateOnBackpropFilterConv() local
3287 for (int64_t i = 0; i < inherent_low_padding; ++i) { in PropagateOnBackpropFilterConv()
3309 (inherent_low_padding < 0 ? inherent_low_padding : 0) + in PropagateOnBackpropFilterConv()
3312 << inherent_low_padding << " inherent_high_padding " in PropagateOnBackpropFilterConv()
3316 overlap_count + (inherent_low_padding > 0 ? inherent_low_padding : 0) + in PropagateOnBackpropFilterConv()
[all …]