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.h111 struct ExecutionUnit { struct
112 std::unique_ptr<Graph> graph = nullptr;
113 Device* device = nullptr; // not owned.
114 Executor* root = nullptr; // not owned.
138 std::vector<ExecutionUnit> units; argument