Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0x0100 (0.08 sec)

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

        `paddings = [[0, 0], [0, 0]]`:
    
    ```
    x = [[[[1], [2]], [[3], [4]]]]
    ```
    
    The output tensor has shape `[4, 1, 1, 1]` and value:
    
    ```
    [[[[1]]], [[[2]]], [[[3]]], [[[4]]]]
    ```
    
    (2) For the following input of shape `[1, 2, 2, 3]`, `block_shape = [2, 2]`, and
        `paddings = [[0, 0], [0, 0]]`:
    
    ```
    x = [[[[1, 2, 3], [4, 5, 6]],
    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