Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestLess (0.08 sec)

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

      %0 = tfl.div %arg0, %arg1 {fused_activation_function = "RELU6"} : tensor<? x i32>
      func.return %0#0 : tensor<? x i32>
    }
    
    // CHECK-LABEL: testLess
    func.func @testLess(tensor<? x i32>, tensor<? x i32>) -> tensor<? x i1> {
    ^bb0(%arg0: tensor<? x i32>, %arg1: tensor<? x i32>):
      // CHECK: tfl.less(%arg0, %arg1)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      func.return %0 : tensor<3x2x4xf32>
    }
    
    // -----
    
    // Test invalid tf.Less
    func.func @testLess(tensor<4xi32>, tensor<4xi32>) -> tensor<4xi32> {
    ^bb0(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>):
      // expected-error @+1 {{op result #0 must be tensor of bool values}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top