Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fourdim_space_to_batch_nd (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK: return %[[RET]]
      func.return %0 : tensor<*xcomplex<f32>>
    }
    
    // %input has 1 batch dimension then 2 block dimensions then 1 remainder
    // dimension.
    // CHECK-LABEL: fourdim_space_to_batch_nd
    func.func @fourdim_space_to_batch_nd(%input: tensor<3x5x7x10xf32>, %block_shape: tensor<2xi64>, %paddings: tensor<2x2xi64>) -> tensor<?x?x?x10xf32> {
      // CHECK-DAG: [[PAD00:%.+]] = "tf.Const"() <{value = dense<0> : tensor<1x2xi64>}>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
Back to top