Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h259 enum NodeClass { enum
292 static const std::unordered_map<string, NodeClass>& kNodeClassTable;
294 static NodeClass GetNodeClassForOp(const string& ts);
298 NodeClass class_;
Dgraph.cc60 const std::unordered_map<string, Node::NodeClass>& Node::kNodeClassTable =
61 *new std::unordered_map<string, Node::NodeClass>({
112 Node::NodeClass Node::GetNodeClassForOp(const string& ts) { in GetNodeClassForOp()