Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 256x256xi32 (0.17 sec)

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

    // CHECK-SAME: cond = @while_cond_1
    
    // CHECK: func @while_body(%arg0: tensor<256x256xi32>)
    // CHECK: func @while_cond(%arg0: tensor<256x256xi32>)
    // CHECK: func private @while_body_0(%arg0: tensor<128xi32>)
    // CHECK: func private @while_cond_1(%arg0: tensor<128xi32>)
    func.func @while_main(%arg0: tensor<256x256xi32>, %arg1: tensor<128xi32>) -> (tensor<256x256xi32>, tensor<128xi32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 14:24:59 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/legalize-tf-while.mlir

      func.return %0#2, %0#3, %0#4 : tensor<i32>, tensor<256x256xf32>, tensor<?x256x256xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/tfl_while_outline.mlir

        %cst_0 = arith.constant dense<1> : tensor<256x256xi8>
        %cst_1 = "tfl.pseudo_qconst"() {qtype = tensor<256x256x!quant.uniform<i8:f32, 1.000000e+00>>, value = dense<1>  : tensor<256x256xi8>} : () -> tensor<256x256x!quant.uniform<i8:f32, 1.000000e+00>>
        %cst_2 = arith.constant dense<0> : tensor<i32>
        %0 = "tfl.batch_matmul"(%arg0, %cst_0) {adj_x = false, adj_y = false} : (tensor<1x256xf32>, tensor<256x256xi8>) -> tensor<1x256xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top