Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for depthwise_ (0.3 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        const int64_t filter_channels = GetDimSize(filter_ty, num_spatial_dims);
        // TensorFlow convolution op verifies that the number of input channels is
        // divisible by the number of filter channels.
        // For depthwise convolution the feature_group_count argument would be set
        // to the input feature dimension.
        const int64_t feature_group_count =
            depthwise_conv ? input_channels : input_channels / filter_channels;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top