Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.h172 static NodePtr MakeNode(K key, V value, const NodePtr& left, in MakeNode() function
367 static NodePtr MakeNode(K key, const NodePtr& left, const NodePtr& right) { in MakeNode() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dcanonicalizer_test.cc24 NodeDef MakeNode(const string& op) { in MakeNode() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir_builder.h35 NodePtr MakeNode(Args&&... args) { in MakeNode() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/
H A Dxla_compilation_cache_test_helper.cc38 NodeDef MakeNode( in MakeNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dnoop_elimination_test.cc38 NodeDef *MakeNode(StringPiece node_type, std::vector<int> params, in MakeNode() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/avl/
H A Davl.h174 static NodePtr MakeNode(K key, V value, const NodePtr& left, in MakeNode() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpytree.cc295 /*static*/ py::object PyTreeDef::MakeNode(const PyTreeDef::Node& node, in MakeNode() function in xla::PyTreeDef
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/thread/
Dprctl.rs317 MakeNode = linux_raw_sys::general::CAP_MKNOD, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc771 Status GraphConstructor::MakeNode(NodeDef&& node_def, Node** node) { in MakeNode() function in tensorflow::__anon0bbc98090111::GraphConstructor
/aosp_15_r20/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp595 constexpr nativehelper::detail::JniDescriptorNode MakeNode( in MakeNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp820 MakeNodeFn MakeNode) { in addFile()