Home
last modified time | relevance | path

Searched defs:MakeNode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dcanonicalizer_test.cc24 NodeDef MakeNode(const string& op) { in MakeNode() function
/external/llvm-project/lldb/include/lldb/Symbol/
DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.cc240 /*static*/ py::object PyTreeDef::MakeNode(const PyTreeDef::Node& node, in MakeNode() function in xla::PyTreeDef
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc775 Status GraphConstructor::MakeNode(NodeDef&& node_def, Node** node) { in MakeNode() function in tensorflow::__anon605085930111::GraphConstructor