Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getKeepDims (0.15 sec)

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

        // reshape. Various code generation techniques benefit from the knowledge
        // that this is a restricted form of shape manipulation that is just adding
        // unit dims.
        if (op.getKeepDims()) {
          for (const auto &dim_is_reduced :
               llvm::enumerate(reduced_dimensions_bitmap)) {
            if (dim_is_reduced.value()) {
              auto index_attr = GetI32ElementsAttr(
    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