Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 256x32x32x2xf32 (0.14 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

        padding = "SAME",
        stride_h = 1 : i32,
        stride_w = 1 : i32
      } : (tensor<256x32x32x3xf32>, tensor<2x3x3x3xf32>, tensor<2xf32>) -> tensor<256x32x32x2xf32>
      %1 = "tfl.add"(%0, %cst) {fused_activation_function = "NONE"} : (tensor<256x32x32x2xf32>, tensor<1x1x1x2xf32>) -> tensor<256x32x32x2xf32>
      func.return %1 : tensor<256x32x32x2xf32>
    
      // CHECK-DAG: %cst = arith.constant dense<[2.000000e+00, 4.000000e+00]> : tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top