Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for depthwise_conv_2d (0.15 sec)

  1. RELEASE.md

            collisions across summary types.
    
    *   When running on GPU (with cuDNN version 7.6.3 or
        later),`tf.nn.depthwise_conv2d` backprop to `filter` (and therefore also
        `tf.keras.layers.DepthwiseConv2D`) now operate deterministically (and
        `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    and a filter / kernel tensor of shape
    `[filter_height, filter_width, in_channels, channel_multiplier]`, containing
    `in_channels` convolutional filters of depth 1, `depthwise_conv2d` applies
    a different filter to each input channel (expanding from 1 channel to
    `channel_multiplier` channels for each), then concatenates the results
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top