Home
last modified time | relevance | path

Searched defs:is_grouped_convolution (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.h191 bool* is_grouped_convolution, in GetFilterSizeInMklOrder()
293 bool* is_grouped_convolution, in GetFilterSizeInMklOrder()
543 memory::dims* pad_r, bool is_grouped_convolution, bool is_depthwise) { in GetOutputAndPadSizeInMklOrder()
Dmkl_conv_grad_input_ops.cc374 bool is_grouped_convolution = false; in Compute() local
Dmkl_conv_grad_filter_ops.cc425 bool is_grouped_convolution = false; in Compute() local
Dmkl_conv_ops.cc674 bool is_grouped_convolution = false; in Compute() local
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_signature.h45 bool is_grouped_convolution; member
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.cc137 bool is_grouped_convolution = filter_shape.dim_size(2) != dims.in_depth; in operator ()() local
Dconv_ops_3d.cc266 bool is_grouped_convolution = filter_depth != in_depth; in launch() local
Dconv_grad_ops_3d.cc1292 bool is_grouped_convolution = filter_shape.dim_size(3) != dims.in_depth; in Compute() local
1677 bool is_grouped_convolution = filter_shape.dim_size(3) != dims.in_depth; in Compute() local
Dconv_grad_filter_ops.cc731 bool is_grouped_convolution = filter_shape.dim_size(2) != dims.in_depth; in operator ()() local
Dconv_ops.cc837 bool is_grouped_convolution = patch_depths != in_depths; in operator ()() local