Home
last modified time | relevance | path

Searched defs:ExecutionUnit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dgraph_mgr.h114 struct ExecutionUnit { struct
115 std::unique_ptr<Graph> graph = nullptr;
116 Device* device = nullptr; // not owned.
117 Executor* root = nullptr; // not owned.
141 std::vector<ExecutionUnit> units; argument
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dheadless.h36 using ExecutionUnit = std::function<T()>; variable