Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconv_op_helpers.cc113 const int attrs_dilations_size = attrs.dilations.size(); in CheckConvAttrs() local
114 if (attrs_dilations_size != num_dims) { in CheckConvAttrs()