Home
last modified time | relevance | path

Searched defs:node (Results 1976 – 2000 of 8398) sorted by relevance

1...<<71727374757677787980>>...336

/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpre_grad.py605 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 Dconcatenate4.cc196 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 Doptional_debug_tools.cc457 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 Dmutable_op_resolver_test.cc29 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/
Dlru_cache_test.cc403 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
Dlist_map_test.cc313 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 Dpvr_bo.c61 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 Dcalibrator.cc155 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 Dgeneric_layout_optimizer.cc78 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 Daccelerator_partitioner.py417 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 Drewriter.py70 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 DEdgeEffectTests.java335 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/
HDanalyzer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderFuzzerTest.java124 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 DVisitorGenerator.java59 …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/
Dstm32_iwdg.c43 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 DInputDevice.cpp42 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 Dhashtable_find.cc32 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 DParse.java115 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 DChangeRuntimeClassTest.java111 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 DMarkerAnnotationExpr.java80 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 Dannotate_channels_last_dim_order_pass.py86 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 Dstm32_iwdg.c42 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 Ducharstrieiterator.cpp133 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 Ducharstrieiterator.cpp133 int32_t node=*pos++; in next() local
199 int32_t node=*pos++; in branchNext() local

1...<<71727374757677787980>>...336