Home
last modified time | relevance | path

Searched defs:old_node (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dbuild_xla_ops_pass.cc65 void MoveOutgoingEdges(Graph* g, Node* old_node, Node* new_node) { in MoveOutgoingEdges()
116 void MergeOutgoingDataEdges(const Scope& s, Node* old_node, Node* new_node, in MergeOutgoingDataEdges()
176 void MergeOutgoingControlEdges(const Scope& s, Node* old_node, Node* new_node) { in MergeOutgoingControlEdges()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/
H A Dpattern_conversion.cpp288 Node* old_node, in ConvertIndexPutToONNX()
376 Node* old_node, in ConvertPatternFromSubblock()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dpasses.cpp650 auto* const old_node = std::get<0>(tup); in ReplaceWithMaybeCopy() local
737 auto* old_node = p.first; in ReplaceWithCopyImpl() local
943 auto* old_node = std::get<0>(nodes); in FuseListUnpack() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_llist.c47 struct list_node* old_node) { in ares__insert_in_list()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils.cc454 for (const NodeDef& old_node : old_nodes) { in ReplaceMatchingOpTypes() local
547 for (const NodeDef& old_node : old_nodes) { in CopyOriginalMatch() local
/aosp_15_r20/external/python/cpython2/Lib/
Dast.py113 def copy_location(new_node, old_node): argument
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/
Dbinary_search_tree.c97 struct bst_node *old_node, in bst_move_node()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Donnx.cpp258 Node* old_node, in NodeToONNX()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dmkl_layout_pass.cc2176 NodeBuilder* nb, const Node* old_node, in SetUpContiguousInputs()
2355 NodeBuilder* nb, const Node* old_node) { in SetUpInputs()
2401 const Node* old_node, in CopyInputs()
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeFusionMutator.cpp48 void transfer_driving_nodes_and_remove_old_node(Graph &g, INode *new_node, INode *old_node, bool ad… in transfer_driving_nodes_and_remove_old_node()
/aosp_15_r20/external/dtc/
H A Dlivetree.c142 struct node *merge_nodes(struct node *old_node, struct node *new_node) in merge_nodes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.cpp1028 auto old_node = node; in _trace_post_record() local
/aosp_15_r20/external/python/cpython3/Lib/
Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc703 if (const Node* old_node = node_map[node->name()]) { in CopyStackTraces() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc554 Node* old_node = *node; in ReplaceCompilationResultNodeWithIdentity() local