Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setAllResultAttrs (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tfg-to-tfe.cc

                                           arg_types, res_types)));
    
        // Update arg/result attributes.
        func.setAllArgAttrs(arg_attrs);
        func.setAllResultAttrs(res_attrs);
    
        rewriter.setInsertionPointToStart(func.addEntryBlock());
        // In TFE, the function body is inlined in a GraphOp. Create a GraphOp
        // instance and move the regions from GraphFuncOp to GraphOp.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top