Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 10x12xui32 (0.1 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: return %[[OUTPUT_STATE]], %[[OUTPUT]] : tensor<2xui64>, tensor<10x12xui32>
      %output_key, %output = "tf.XlaRngBitGenerator"(%cst_0, %arg0, %cst) : (tensor<i32>, tensor<2xui64>, tensor<2xi32>) -> (tensor<2xui64>, tensor<10x12xui32>)
      func.return %output_key, %output : tensor<2xui64>, tensor<10x12xui32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK-LABEL:   func @not_convert_remainder_for_uint32(
    // CHECK-NOT:       "tf.Mod"
    func.func @not_convert_remainder_for_uint32(%arg0: tensor<10x8xui32>, %arg1: tensor<10x8xui32>) -> tensor<10x8xui32> {
      %0 = mhlo.remainder %arg0, %arg1 : tensor<10x8xui32>
      func.return %0 : tensor<10x8xui32>
    }
    
    // CHECK-LABEL:   func @not_convert_remainder_for_uint64(
    // CHECK-NOT:       "tf.Mod"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top