Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateMainFunction (0.21 sec)

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

              return absl::StrCat(fn_name.str(), "_", output_name);
            });
      }
    }
    
    // Creates a main function which calls other exported functions.
    bool CreateMainFunction(ModuleOp module_op) {
      MLIRContext* context = module_op.getContext();
      OpBuilder builder(context);
    
      std::vector<std::string> input_names, output_names;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top