Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 128x32xf32 (0.11 sec)

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

      func.return %1 : tensor<128x32xf32>
      // CHECK: %[[FULLY_CONNECTED:.*]] = "tfl.fully_connected"(%arg0, %arg1, %arg2) <{fused_activation_function = "NONE", keep_num_dims = false, weights_format = "DEFAULT"}> : (tensor<128x64xf32>, tensor<32x64xf32>, tensor<32xf32>) -> tensor<128x32xf32>
      // CHECK: return %[[FULLY_CONNECTED]] : tensor<128x32xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.CollectivePermute"(%arg0, %source_target_pairs) {
      } : (tensor<128x32xf32>, tensor<3x2xi32>) -> tensor<128x32xf32>
    
      func.return %0 : tensor<128x32xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @cross_replica_sum
    func.func @cross_replica_sum(%input: tensor<10xf32>) -> tensor<10xf32> {
      %replica_groups = "tf.Const" () {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top