File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,11 @@ class BundledModule : public Module {
5454 }
5555
5656 /* *
57- * Constructs an instance with the bundled program buffer pointer.
58- *
59- * This constructor reads the program from bundled program buffer to load the
60- * module with data loader. The bundled program pointer is preserved so that
61- * the portion outside of program is accessible.
57+ * Constructs an instance by loading a bundled program from a file with
58+ * specified memory locking behavior.
6259 *
63- * @param[in] file_path The path to the ExecuTorch program file to load.
60+ * @param[in] file_path The path to the ExecuTorch bundled program file to
61+ * load.
6462 * @param[in] memory_allocator A MemoryAllocator used for memory management.
6563 * @param[in] temp_allocator A MemoryAllocator to use when allocating
6664 * temporary data during kernel or delegate execution.
You can’t perform that action at this time.
0 commit comments