Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h239 enum NodeClass { enum
268 static const std::unordered_map<string, NodeClass>& kNodeClassTable;
270 static NodeClass GetNodeClassForOp(const string& ts);
274 NodeClass class_;
Dgraph.cc57 const std::unordered_map<string, Node::NodeClass>& Node::kNodeClassTable =
58 *new std::unordered_map<string, Node::NodeClass>({
101 Node::NodeClass Node::GetNodeClassForOp(const string& ts) { in GetNodeClassForOp()