Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      %2 = "tfl.floor_div"(%1, %cst) {fused_activation_function = "NONE"} : (tensor<1x1x1x1x2xf32>, tensor<1x1x1x1x2xf32>) -> tensor<1x1x1x1x2xf32>
      func.return %2 : tensor<1x1x1x1x2xf32>
    
      // CHECK: %[[rs1:.*]] = "tfl.reshape"(%arg0
      // CHECK: %[[rs2:.*]] = tfl.floor_div %[[rs1]]
      // CHECK: return %[[rs2]]
    }
    
    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