Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Axis (0.05 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    specified by `axis[i]`. Negative shifts will roll the elements in the opposite
    direction.}]>:$shift,
        Arg<TF_I32OrI64Tensor, [{Dimension must be 0-D or 1-D. `axis[i]` specifies the dimension that the shift
    `shift[i]` should occur. If the same axis is referenced more than once, the
    total shift for that axis will be the sum of all the shifts that belong to that
    axis.}]>:$axis
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    `tf.reduce_join`: `reduction_indices` becomes `axis` * `tf.reduce_logsumexp`:
    `reduction_indices` becomes `axis` * `tf.reduce_max`: `reduction_indices`
    becomes `axis` * `tf.reduce_mean`: `reduction_indices` becomes `axis` *
    `tf.reduce_min`: `reduction_indices` becomes `axis` * `tf.reduce_prod`:
    `reduction_indices` becomes `axis` * `tf.reduce_sum`: `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)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              name: "N"
              type: "int"
              has_minimum: true
              minimum: 1
            }
            attr {
              name: "T"
              type: "type"
            }
            attr {
              name: "axis"
              type: "int"
              default_value {
                i: 0
              }
            }
          }
          op {
            name: "PartitionedCall"
            input_arg {
              name: "args"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top