Home
last modified time | relevance | path

Searched defs:new_node (Results 101 – 125 of 166) sorted by relevance

1234567

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_profile_builder.cc188 Node* new_node = node->add_children(); in InsertFusedInstructions() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dfunction_utils_test.cc130 auto* new_node = function.add_node_def(); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dfold_constants_lib.cc80 NodeDef* new_node = output_graph_def->add_node(); in ReplaceSendRecvs() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_trace.cpp43 auto new_node = block->appendNode(td.traced_graph_->createClone(node, env)); in traceNode() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dbailout_graph.cpp74 auto new_node = block->appendNode(copy_graph_->createClone(node, env)); in cloneNode() local
H A Dloop_unrolling.cpp112 Node* new_node = graph.insertNode(graph.createClone(node, get_value)); in insertBlockCopy() local
H A Dconcat_opt.cpp184 auto new_node = it.second; in postprocess() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Deval_const_tensor.cc329 Node* new_node = nullptr; in ExtractConstantSubgraph() member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcord.cc569 CordRep* new_node = in GetAppendRegion() local
597 CordRep* new_node = NewFlat(root->length); in GetAppendRegion() local
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Ddns_data_graph.cc306 auto new_node = std::make_unique<Node>(std::move(child_name), graph_); in ApplyChildChange() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/pthread/
Dthread.cpp701 thread_exit_callback_node* const new_node= in add_thread_exit_function() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Dnode_record.c577 sepol_node_t *new_node = NULL; in sepol_node_clone() local
H A Dconditional.c144 cond_node_t *new_node; in cond_node_create() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dmounts.cc241 const MountTree::Node& new_node) { in Insert()
/aosp_15_r20/external/XNNPACK/src/
H A Dsubgraph.c141 struct xnn_node* new_node = nodes + size; in xnn_subgraph_new_node() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel.cc124 absl::Status GraphFloat32::InsertNodeAfter(NodeId id, Node** new_node) { in InsertNodeAfter()
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dencoder_dict.c166 uint32_t new_node = BrotliTrieAlloc(m, 1, trie, &node); in BrotliTrieNodeAdd() local
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py95 def replace_all_uses_with(self, original_node, new_node): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_discovery_manager.cc378 inspect::Node new_node) { in Initialize()
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc193 MatchTrie* new_node = new MatchTrie(); in Add() local
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp290 std::unique_ptr<Node> new_node; in Inflate() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs227 let mut new_node = unsafe { InternalNode::new(alloc) }; in new_internal() localVariable
1221 let mut new_node = LeafNode::new(alloc); in split() localVariable
1258 let mut new_node = InternalNode::new(alloc); in split() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs227 let mut new_node = unsafe { InternalNode::new(alloc) }; in new_internal() localVariable
1221 let mut new_node = LeafNode::new(alloc); in split() localVariable
1258 let mut new_node = InternalNode::new(alloc); in split() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs227 let mut new_node = unsafe { InternalNode::new(alloc) }; in new_internal() localVariable
1221 let mut new_node = LeafNode::new(alloc); in split() localVariable
1258 let mut new_node = InternalNode::new(alloc); in split() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs227 let mut new_node = unsafe { InternalNode::new(alloc) }; in new_internal() localVariable
1221 let mut new_node = LeafNode::new(alloc); in split() localVariable
1258 let mut new_node = InternalNode::new(alloc); in split() localVariable

1234567