Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DictArrayAttr (0.09 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

        and only one trfr.tensor_list argument is allowed.
      }];
    
      let arguments = (ins
        TypeAttrOf<FunctionType>:$function_type,
        StrAttr:$sym_name,
        OptionalAttr<DictArrayAttr>:$arg_attrs,
        OptionalAttr<DictArrayAttr>:$res_attrs
      );
    
      let results = (outs);
    
      // When the regions is empty, the tfr.func is an external function and used
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top