Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h110 struct ExecutionUnit { struct
111 Graph* graph = nullptr; // not owned.
112 Device* device = nullptr; // not owned.
113 Executor* root = nullptr; // not owned.
137 std::vector<ExecutionUnit> units; argument