Home
last modified time | relevance | path

Searched defs:node (Results 1601 – 1625 of 8398) sorted by relevance

1...<<61626364656667686970>>...336

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dnative_ops.cpp65 auto* node = p_node->node(); in __anon75e5f0510302() local
359 Node* node = p_node->node(); in __anon75e5f0512102() local
376 Node* node = p_node->node(); in __anon75e5f0512302() local
592 auto* node = p_node->node(); in __anon75e5f0513902() local
613 auto* node = p_node->node(); in __anon75e5f0513b02() local
940 [](Node* node) -> SROperator { in __anon75e5f0515d02()
1119 [](Node* node) -> SROperator { in __anon75e5f0516602()
1233 [](Node* node) -> SROperator { in __anon75e5f0516c02()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
H A DTreeVisitor.java26 public void visitDepthFirst(Node node){ in visitDepthFirst()
33 public abstract void process(Node node); in process()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue22458.go13 type node struct { struct
14 next *node
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
H A DTreeVisitor.java36 public void visitDepthFirst(Node node) { in visitDepthFirst()
43 public abstract void process(Node node); in process()
/aosp_15_r20/external/aac/libFDK/src/
H A Dnlc_dec.cpp232 int node = 0; in huff_read() local
253 int node = 0; in huff_read_2D() local
314 int i = 0, node = 0, offset = 0; in huff_dec_1D() local
394 int node = 0; in huff_dec_2D() local
/aosp_15_r20/external/XNNPACK/test/
H A Dconvolution-2d.cc179 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
249 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
319 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
390 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Ddepthwise-convolution-2d.cc206 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
279 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
352 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
422 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Dstatic-transpose.cc79 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
127 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
170 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Dmultiply2.cc66 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
120 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
167 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Dsubtract2.cc69 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
125 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
172 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Deven-split2.cc154 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
201 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
244 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_constructor.py38 def construct1(constructor, node): argument
44 def my_time_constructor(constructor, node): argument
62 def from_yaml(cls, constructor, node): argument
72 def from_yaml(cls, constructor, node): argument
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc188 MatchTrie* node = this; in Add() local
209 MatchTrie* node = this; in LongestPrefix() local
369 MatchTrie* node = prefixe_trie->LongestPrefix(str); in Build() local
403 MatchTrie* node = prefixe_trie->LongestPrefix(str); in Build() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/
H A Dloader.cc84 static Status ValidateNode(const NodeDef& node) { in ValidateNode()
107 for (const auto& node : function.node_def()) { in ValidateFunctionNotRecursive() local
119 for (const auto& node : graph_def.node()) { in ValidateSavedTensors() local
126 for (const auto& node : function.node_def()) { in ValidateSavedTensors() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dsymbolic_shape_runtime_fusion.cpp229 for (auto node : tensorexpr_graph->nodes()) { in moveConstantTensorsOutOfSubgraph() local
497 static Operation StaticRuntimeCopyOuts(const Node* node) { in StaticRuntimeCopyOuts()
535 [](const Node* node) -> Operation { in __anonc321d2750602()
724 static Operation createTensorExprDynamicGroup(const Node* node) { in createTensorExprDynamicGroup()
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py1008 def _save_calibration_table(node): argument
1447 def _set_profile_generation_mode(value, node): argument
1524 def _serialize_and_track_engine(node): argument
1568 def _reset_allow_build_at_runtime(node): argument
/aosp_15_r20/build/soong/scripts/hiddenapi/
H A Danalyze_bcpf.py1260 def selector_to_java_reference(node): argument
1264 def determine_reason_for_single_package(node): argument
1288 def determine_reason_for_split_package(node): argument
1304 def recurse_hiddenapi_packages_trie(self, node, result): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Darena_planner_test.cc86 for (const auto& node : nodes) { in TestGraph() local
118 for (auto node : nodes_) { in ~TestGraph() local
162 const TfLiteNode& node(size_t index) const override { in node() function in tflite::__anone7daca910111::TestGraphInfo
217 void ResetAllocationsAfter(int node) { in ResetAllocationsAfter()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_code.cc183 void Add(const CodeNode* node, const std::vector<uint64>& location_ids) { in Add()
392 void TFCode::AddNode(TFGraphNode* node) { in AddNode()
632 string TFCode::FormatNodeMemory(CodeNode* node, int64_t bytes, in FormatNodeMemory()
643 string TFCode::FormatNode(CodeNode* node, const Options& opts, in FormatNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_test.cc121 const auto* node = graph_view.GetNode(i); in TYPED_TEST() local
142 const auto* node = graph_view.GetNode(node_name); in TYPED_TEST() local
252 for (const NodeDef& node : graph.node()) { in TYPED_TEST() local
2540 auto* node = graph_view.GetNode("node"); in BM_GraphViewTGetRegularFanin() local
2568 auto* node = graph_view.GetNode("node"); in BM_GraphViewTGetRegularFanout() local
2596 auto* node = graph_view.GetNode("node"); in BM_GraphViewTGetRegularFanins() local
2624 auto* node = graph_view.GetNode("node"); in BM_GraphViewTGetRegularFanouts() local
2652 auto* node = graph_view.GetNode("node"); in BM_GraphViewTGetControllingFanins() local
2681 auto* node = graph_view.GetNode("node"); in BM_GraphViewTGetControlledFanouts() local
2709 auto* node = graph_view.GetNode(absl::StrFormat("out%05d", index)); in BM_GraphViewTHasRegularFanin() local
[all …]
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_backend_impl.cc35 base::LinkNode<MemEntryImpl>* node) { in NextSkippingChildren()
221 base::LinkNode<MemEntryImpl>* node = lru_list_.head(); in DoomEntriesBetween() local
254 base::LinkNode<MemEntryImpl>* node = lru_list_.head(); in CalculateSizeOfEntriesBetween() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_ra.h204 struct rb_node node; member
245 ir3_rb_node_to_interval(struct rb_node *node) in ir3_rb_node_to_interval()
251 ir3_rb_node_to_interval_const(const struct rb_node *node) in ir3_rb_node_to_interval_const()
/aosp_15_r20/external/cronet/base/substring_set_matcher/
H A Dsubstring_set_matcher.cc326 const AhoCorasickNode* node, in AccumulateMatchesForNode()
417 NodeID node) { in SetEdge()
476 void SubstringSetMatcher::AhoCorasickNode::SetFailure(NodeID node) { in SetFailure()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/
H A Dctc_beam_search_decoder.cc57 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
124 TfLiteNode* node, int top_paths) { in StoreAllDecodedSequences()
178 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt68 nodes.values.firstOrNull { node -> node.view === view }?.label ?: view.toString() in <lambda>() method
186 var node = nodes[spec.controller] in <lambda>() variable

1...<<61626364656667686970>>...336