COMMITS
/ extension/module/module.h May 13, 2025
G
Default to file load mode in module (#10827)
Gregory Comer committed
May 7, 2025
April 29, 2025
M
Add virtual keyword to Module methods to make it Mock-able
Mengwei Liu committed
April 24, 2025
P
[ExecuTorch][#9638] Introduce Protected Method Getter in Extension.Module (#10384)
pytorchbot committed
April 10, 2025
M
Add a namespace for ATen mode
Mengwei Liu committed
March 20, 2025
A
Add Module API to query for the number of methods (#9441)
Anthony Shoumikhin committed
March 11, 2025
N
Enhance load_method to support optional planned memory allocator (#8032)
Nicholas Long committed
February 20, 2025
J
add .ptd support to extension/module
Jacob Szwejbka committed
October 17, 2024
O
Add a null check for `event_tracer` param in the `Module::load_method` (#6298)
Olivia Liu committed
September 17, 2024
A
Add convenience load methond for forward. (#5446)
Anthony Shoumikhin committed
September 14, 2024
A
Simplify setting output. (#5363)
Anthony Shoumikhin committed
A
Add API to set inputs independently from execution. (#5356)
Anthony Shoumikhin committed
A
Refine the tests to compare the result with the error code. (#5358)
Anthony Shoumikhin committed
September 13, 2024
G
Revert D62617066 (#5351)
generatedunixname89002005232357 committed
A
Simplify setting output. (#5334)
Anthony Shoumikhin committed
September 12, 2024
E
Adding per-method tracers to the module utility. Changing set_output_data_ptr to take in a method name. (#5279)
Emilian Stoimenov committed
September 4, 2024
J
TrainingModule
Jacob Szwejbka committed
A
Rephrase namespaces for brevity.
Anthony Shoumikhin committed
August 31, 2024
H
Android library update for benchmarking support
Hansong committed
August 29, 2024
A
Let Module set_output_data_ptr accept an EValue.
Anthony Shoumikhin committed
August 27, 2024
A
Inline some of the Module methods.
Anthony Shoumikhin committed
August 26, 2024
A
Allow single EValue to be passed to Module execute.
Anthony Shoumikhin committed
August 22, 2024
D
[executorch] Migrate most of extension/... to new namespace
Dave Bort committed
August 20, 2024
D
Remove underscore prefixes from compiler.h macros
Dave Bort committed
August 17, 2024
A
Allow sharing Program among several Modules.
Anthony Shoumikhin committed
August 16, 2024
A
Make the Module non-movable.
Anthony Shoumikhin committed
August 13, 2024
A
Add the get method to Module to return a single EValue.
Anthony Shoumikhin committed
July 11, 2024
A
Let Module use FIleDataLoader when requested. (#4174)
Anthony Shoumikhin committed
July 6, 2024
S
Qualcomm AI Engine Direct - Support kv_cached stories 110M llama2 (#4142)
shewu-quic committed
June 20, 2024
C
add temp allocator for the module (#4009)
Chen Lai committed
March 21, 2024
V
Add support for event tracer in module constructor (#2360)
Varun Puri committed
January 31, 2024
A
Make module conform to the snake style. (#1768)
Anthony Shoumikhin committed
January 26, 2024
A
Return a set instead of a vector for method names in a program. (#1724)
Anthony Shoumikhin committed
January 19, 2024
A
Further Module improvements. (#1622)
Anthony Shoumikhin committed