/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | pre_grad.py | 605 def one_user(node): argument 609 def is_view(node): argument 613 def is_pointwise_unary(node): argument
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | concatenate4.cc | 196 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local 263 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local 325 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | optional_debug_tools.cc | 457 const TfLiteNode& node = node_and_reg->first; in PrintInterpreterState() local 472 const TfLiteNode& node = node_and_reg->first; in PrintInterpreterState() local 541 const TfLiteNode& node = node_and_reg->first; in PrintInterpreterState() local
|
H A D | mutable_op_resolver_test.cc | 29 TfLiteStatus DummyInvoke(TfLiteContext* context, TfLiteNode* node) { in DummyInvoke() 43 TfLiteStatus Dummy2Invoke(TfLiteContext* context, TfLiteNode* node) { in Dummy2Invoke() 47 TfLiteStatus Dummy2Prepare(TfLiteContext* context, TfLiteNode* node) { in Dummy2Prepare()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | lru_cache_test.cc | 403 for (const auto& node : lru_cache) { in TEST() local 408 for (auto& node : lru_cache) { in TEST() local 414 for (const auto& node : lru_cache) { in TEST() local
|
D | list_map_test.cc | 313 for (const auto& node : list_map) { in TEST() local 318 for (auto& node : list_map) { in TEST() local 324 for (const auto& node : list_map) { in TEST() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_bo.c | 61 struct rb_node node; member 86 static inline int pvr_bo_store_entry_cmp_key(const struct rb_node *node, in pvr_bo_store_entry_cmp_key() 181 struct rb_node *node; in pvr_bo_store_lookup() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
H A D | calibrator.cc | 155 for (auto node : nodes) { in RemoveCalibrator() local 199 TfLiteNode* node, in GetLoggingEvalFunc() 218 TfLiteStatus LoggingEval(TfLiteContext* context, TfLiteNode* node) { in LoggingEval()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | generic_layout_optimizer.cc | 78 for (const auto& node : context.graph_view->GetNodes()) { in NumConvOnDeviceWithDataTypeOverThreshold() local 241 auto* node = graph_view->GetNode(i); in EraseCancellableNodes() local 394 auto* node = graph_view->GetNode(i); in EraseOutputShapeAttrs() local
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | accelerator_partitioner.py | 417 def find_device_based_on_size(node) -> Device: argument 612 def create_single_node_partition(self, node): argument 982 def swap_node_to_partition( argument
|
H A D | rewriter.py | 70 def visit_Assert(self, node): argument 90 def visit_AnnAssign(self, node): argument
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
H A D | EdgeEffectTests.java | 335 RenderNode node = new RenderNode(""); in testNoSetSizeCallDoesNotCrash() local 348 RenderNode node = new RenderNode(""); in testInvalidPullDistanceDoesNotCrash() local 367 RenderNode node = new RenderNode(""); in testAbsorbThenDrawDoesNotCrash() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/apkparser/analyzer/ |
HD | analyzer.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlPolicyBuilderFuzzerTest.java | 124 Node node = parser.parseFragment( in testFuzzedOutput() local 136 private static void checkSafe(Node node, String html) { in checkSafe()
|
/aosp_15_r20/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/ |
H A D | VisitorGenerator.java | 59 …private void generateVisitMethodForNode(BaseNodeMetaModel node, ClassOrInterfaceDeclaration visito… in generateVisitMethodForNode() 81 …protected abstract void generateVisitMethodBody(BaseNodeMetaModel node, MethodDeclaration visitMet… in generateVisitMethodBody()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/iwdg/ |
D | stm32_iwdg.c | 43 int node; in stm32_iwdg_get_dt_node() local 77 int node = -1; in stm32_iwdg_init() local
|
/aosp_15_r20/hardware/libhardware/modules/input/evdev/ |
H A D | InputDevice.cpp | 42 static InputBus getInputBus(const std::shared_ptr<InputDeviceNode>& node) { in getInputBus() 95 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | hashtable_find.cc | 32 TfLiteStatus PrepareHashtableFind(TfLiteContext* context, TfLiteNode* node) { in PrepareHashtableFind() 62 TfLiteStatus EvalHashtableFind(TfLiteContext* context, TfLiteNode* node) { in EvalHashtableFind()
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
H A D | Parse.java | 115 public void init(RuntimeServices rs, InternalContextAdapter context, Node node) in init() 140 Writer writer, Node node) in render()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue94/ |
H A D | ChangeRuntimeClassTest.java | 111 private Construct getConstructor(Node node) { in getConstructor() 123 public Object construct(Node node) { in construct()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | MarkerAnnotationExpr.java | 80 public boolean remove(Node node) { in remove() 100 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/executorch/backends/arm/_passes/ |
H A D | annotate_channels_last_dim_order_pass.py | 86 def insert_input_transpose(self, node, input_node, graph_module): argument 103 def insert_output_transpose(self, node, graph_module): argument
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/iwdg/ |
H A D | stm32_iwdg.c | 42 int node; in stm32_iwdg_get_dt_node() local 76 int node = -1; in stm32_iwdg_init() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucharstrieiterator.cpp | 133 int32_t node=*pos++; in next() local 199 int32_t node=*pos++; in branchNext() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucharstrieiterator.cpp | 133 int32_t node=*pos++; in next() local 199 int32_t node=*pos++; in branchNext() local
|