Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CloneSrcFuncArgumentsToMainFunc (0.18 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/merge_initializer_function_ops_to_main.cc

      return init_func_ops;
    }
    
    // Creates new arguments to the main function that corresponds to the source
    // function's arguments. Returns the `IRMapping` that contains the
    // relationship.
    IRMapping CloneSrcFuncArgumentsToMainFunc(func::FuncOp src_func_op,
                                              func::FuncOp main_func_op) {
      IRMapping mapper{};
    
      for (auto [src_arg_idx, src_arg] :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:54:52 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top