Home
last modified time | relevance | path

Searched refs:root_nodes_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dimmutable_executor_state.h93 const std::vector<const NodeItem*>& root_nodes() const { return root_nodes_; } in root_nodes()
138 std::vector<const NodeItem*> root_nodes_; variable
Dimmutable_executor_state.cc209 root_nodes_.push_back(item); in Initialize()