/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | build_xla_ops_pass.cc | 65 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 D | pattern_conversion.cpp | 288 Node* old_node, in ConvertIndexPutToONNX() 376 Node* old_node, in ConvertPatternFromSubblock()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | passes.cpp | 650 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/ |
D | ares_llist.c | 47 struct list_node* old_node) { in ares__insert_in_list()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | transform_utils.cc | 454 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/ |
D | ast.py | 113 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/ |
D | binary_search_tree.c | 97 struct bst_node *old_node, in bst_move_node()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | onnx.cpp | 258 Node* old_node, in NodeToONNX()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | mkl_layout_pass.cc | 2176 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 D | NodeFusionMutator.cpp | 48 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 D | livetree.c | 142 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/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_function.cpp | 1028 auto old_node = node; in _trace_post_record() local
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
H A D | import_model.cc | 703 if (const Node* old_node = node_map[node->name()]) { in CopyStackTraces() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | distributed_tpu_rewrite_pass.cc | 554 Node* old_node = *node; in ReplaceCompilationResultNodeWithIdentity() local
|