• Home
  • Raw
  • Download

Lines Matching full:portable

8   - `kernels/portable/cpu`: Pure C++ implementations of the operators defined in the
60 - [`//kernels/portable/functions.yaml`](https://github.com/pytorch/executorch/blob/main/kernels/por…
65 - [`//kernels/portable/custom_ops.yaml`](https://github.com/pytorch/executorch/blob/main/kernels/po…
184 - `./kernels/portable/cpu/op_<name>.cpp`: The implementations of operator overloads
187 - `./kernels/portable/CMakeLists.txt`: The CMake build file for all the
191 - Note that tests under this directory are for portable kernel specific. To
201 - [`executorch/kernels/portable/cpu/op_add.cpp`](https://github.com/pytorch/executorch/blob/main/ke…
203 - [`./kernels/portable/CMakeLists.txt`](https://github.com/pytorch/executorch/blob/main/kernels/por…
204 Build portable ops.
205 - [`executorch/kernels/portable/test/op_add_test.cpp`](https://github.com/pytorch/executorch/blob/m…
212portable operator files are collected by [`./kernels/portable/CMakeLists.txt`](https://github.com/…
220 This library is intended to be portable, open-sourceable, and self-contained.
225 `executorch/kernels/portable/cpu/op_<name>.cpp`, which should follow the
262 cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h
294 `executorch/kernels/portable/test/op_<name>_test.cpp`. Here's a suggested
332 For portable kernels, add your test file to [`all_test_sources`](https://github.com/pytorch/executo…
340 - [`executorch/kernels/portable/cpu/op_add.cpp`](https://github.com/pytorch/executorch/blob/main/ke…
341 - [`executorch/kernels/portable/test/op_add_test.cpp`](https://github.com/pytorch/executorch/blob/m…
421 implementation, only those included in this portable library.
425 target-specific APIs to do so. But, since this library is only for portable
430 The portable kernel implementation and its corresponding tests can be used as a
446 ATen supports mixing input and output dtype while portable doesn't. When we expect death in
447 portable testing in such case, we can check the supported features by the running kernel and