Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1x3x8x8xf32 (0.08 sec)

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

    func.func @DontFuseAddWithConvActivationFunc(%arg0: tensor<1x3x1x1xf32>) -> tensor<1x2x1x3xf32> {
      %cst = arith.constant dense<1.5> : tensor<1xf32>
      %cst_1 = arith.constant dense<0.0> : tensor<3xf32>
      %cst_2 = arith.constant dense<1.1> : tensor<3x2x1x1xf32>
      %0 = "tfl.add"(%arg0, %cst) {fused_activation_function = "RELU6"} : (tensor<1x3x1x1xf32>, tensor<1xf32>) -> tensor<1x3x1x1xf32>
    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