COMMITS
/ runtime/executor/method.h April 18, 2025
J
Runtime API to retrieve attributes
Jacob Szwejbka committed
April 10, 2025
M
Add a namespace for ATen mode
Mengwei Liu committed
March 5, 2025
S
[Windows] don't use invalid flags on Windows (#8915)
Sam Gondelman committed
February 20, 2025
P
[flat_tensor] Persist FreeableBuffers of external constants in method (#8599)
pytorchbot committed
February 12, 2025
P
[executorch][runtime] Add NamedDataMap to method load (#8383)
pytorchbot committed
February 5, 2025
P
[executorch] Suppress wdeprecated warnings on tensor_layout.h and named_data_map.h
pytorchbot committed
October 11, 2024
D
s/exec_aten::/executorch::aten::/ for runtime/**/*.h (#6030)
Dave Bort committed
September 24, 2024
J
Use TensorMeta to check if inputs and outputs are memory planned (#5565)
Jacob Szwejbka committed
September 10, 2024
M
Introduce PlatformMemoryAllocator
Manuel Candales committed
August 21, 2024
D
Add ET_EXPERIMENTAL
Dave Bort committed
August 20, 2024
D
[executorch] Migrate exec_aten utils to new namespace
Dave Bort committed
D
Remove underscore prefixes from compiler.h macros
Dave Bort committed
August 15, 2024
D
[executorch] Migrate runtime/core to new namespace
Dave Bort committed
May 30, 2024
T
Add get_inputs to method.cpp (#3775)
Tarun Karuturi committed
May 3, 2024
S
Delete core FunctionRef (#3452)
Scott Wolchok committed
May 1, 2024
S
Simplify FunctionRef
Scott Wolchok committed
January 19, 2024
D
Hide internal-only Method methods (#1593)
Dave Bort committed
November 27, 2023
T
Adding logging for program outputs and delegates (#1276)
Tarun Karuturi committed
October 3, 2023
J
update set_tensor_data to use MethodMeta and set_input (#524)
Jacob Szwejbka committed
J
flag a bunch of method functions as deprecated (#523)
Jacob Szwejbka committed
September 14, 2023
D
Hide Method's ctor and init() (#336)
Dave Bort committed
September 9, 2023
J
set_output_data_ptr api (#223)
Jacob Szwejbka committed
September 8, 2023
T
Adding EventTracer in runtime and support for it in Method (#232)
Tarun Karuturi committed
August 8, 2023
D
Refactor method.h to hide forward-declared flatbuffer types
Dave Bort committed
July 31, 2023
F
Initial commit
facebook-github-bot committed