Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for call_op_arg_attr (0.19 sec)

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

      %0 = tfr.call @Foo(%arg0, %arg1, %arg2) : (!tfr.tensor<T>, !tfr.tensor_list<TL>, i32) -> !tfr.tensor<K>
      func.return %0 : !tfr.tensor<K>
    }
    
    // -----
    
    // CHECK-LABEL: call_op_arg_attr(%arg0: i32) -> !tfr.tensor<K>
    func.func @call_op_arg_attr(%arg0: i32) -> !tfr.tensor<K> {
      %0 = tfr.call @Bar(%arg0) : (i32) -> !tfr.tensor<K>
      func.return %0 : !tfr.tensor<K>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jan 14 22:15:06 UTC 2023
    - 13.1K bytes
    - Viewed (0)
Back to top