Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for small7 (0.26 sec)

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

      // CHECK: return %0 : tensor<2xf32>
    }
    
    // CHECK-LABEL: ConvertMul1WithBroadcastToIdentity
    // If the broadcast doesn't change the dimensions (i.e. constant is smaller than input)
    func.func @ConvertMul1WithBroadcastToIdentity(%arg0: tensor<2x2xf32>) -> tensor<2x2xf32> {
      %cst = arith.constant dense<1.0> : 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