Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reduction_indices (0.47 sec)

  1. RELEASE.md

    `axis` * `tf.count_nonzero`: `reduction_indices` becomes `axis` *
    `tf.expand_dims`: `dim` becomes `axis` * `tf.reduce_all`: `reduction_indices`
    becomes `axis` * `tf.reduce_any`: `reduction_indices` becomes `axis` *
    `tf.reduce_join`: `reduction_indices` becomes `axis` * `tf.reduce_logsumexp`:
    `reduction_indices` becomes `axis` * `tf.reduce_max`: `reduction_indices`
    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

        Arg<TF_Int32Tensor, [{The dimensions to reduce over.  Dimensions are reduced in the
    order specified.  Omitting `reduction_indices` is equivalent to passing
    `[n-1, n-2, ..., 0]`.  Negative indices from `-n` to `-1` are supported.}]>:$reduction_indices,
    
        DefaultValuedOptionalAttr<BoolAttr, "false">:$keep_dims,
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$separator
      );
    
    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