Home
last modified time | relevance | path

Searched defs:DemoOp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dtest_backend_compiler_lib.cpp29 struct DemoOp { struct
37 DemoOp* ops; argument
H A Dtest_backend_with_delegate_mapping.cpp30 struct DemoOp { struct
36 DemoOp* ops; argument
/aosp_15_r20/external/executorch/exir/backend/test/
H A Dbackend_with_compiler_demo.py18 class DemoOp(NamedTuple): class