Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Combine (0.68 sec)

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

                                                 rewriter.getIntegerType(1)),
            rewriter.create<AndOp>(loc, x_in_bounds, y_in_bounds));
    
        // Now combine x and y into the index data structure needed for gather.
        Shape concat_shape({2, num_diags, max_diag_len});
        Value start_indices = rewriter.create<ConcatenateOp>(
            loc,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Changed how KMS v2 encryption at rest can generate data encryption keys.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

        * These `dependencies` are run before the normal parameter dependencies. And normal dependencies are run too. They can be combined.
        * Dependencies declared in a router are executed first, then the ones defined in *path operation decorators*, and then the ones declared in normal parameters. They are all combined and executed.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top