Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h215 enum NodeClass { enum
238 static const std::unordered_map<string, NodeClass>& kNodeClassTable;
240 static NodeClass GetNodeClassForOp(const string& ts);
244 NodeClass class_;
Dgraph.cc56 const std::unordered_map<string, Node::NodeClass>& Node::kNodeClassTable =
57 *new std::unordered_map<string, Node::NodeClass>({
86 Node::NodeClass Node::GetNodeClassForOp(const string& ts) { in GetNodeClassForOp()