Home
last modified time | relevance | path

Searched defs:node (Results 51 – 75 of 8398) sorted by relevance

12345678910>>...336

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DValidateHelpers.h64 Status validate_arg_min_max_layer(ArgMinMaxLayerNode &node) in validate_arg_min_max_layer()
87 Status validate_bounding_box_transform_layer(BoundingBoxTransformLayerNode &node) in validate_bounding_box_transform_layer()
111 Status validate_channel_shuffle_layer(ChannelShuffleLayerNode &node) in validate_channel_shuffle_layer()
137 Status validate_convolution_layer(ConvolutionLayerNode &node) in validate_convolution_layer()
195 Status validate_fused_convolution_with_post_op(FusedConvolutionWithPostOpNode &node) in validate_fused_convolution_with_post_op()
231 Status validate_depthwise_convolution_layer(DepthwiseConvolutionLayerNode &node) in validate_depthwise_convolution_layer()
270 Status validate_depth_to_space_layer(DepthToSpaceLayerNode &node) in validate_depth_to_space_layer()
291 Status validate_dequantization_layer(DequantizationLayerNode &node) in validate_dequantization_layer()
312 Status validate_detection_output_layer(DetectionOutputLayerNode &node) in validate_detection_output_layer()
336 Status validate_detection_post_process_layer(DetectionPostProcessLayerNode &node) in validate_detection_post_process_layer()
[all …]
H A DFunctionHelpers.h78 void validate_node(const INode &node, size_t num_expected_inputs, size_t num_expected_outputs) in validate_node()
102 std::unique_ptr<IFunction> create_activation_layer(ActivationLayerNode &node) in create_activation_layer()
140 std::unique_ptr<IFunction> create_arg_min_max_layer(ArgMinMaxLayerNode &node) in create_arg_min_max_layer()
177 std::unique_ptr<IFunction> create_batch_normalization_layer(BatchNormalizationLayerNode &node) in create_batch_normalization_layer()
222 …n> create_fused_convolution_batch_normalization_layer(FusedConvolutionBatchNormalizationNode &node in create_fused_convolution_batch_normalization_layer()
279 …d_depthwise_convolution_batch_normalization_layer(FusedDepthwiseConvolutionBatchNormalizationNode … in create_fused_depthwise_convolution_batch_normalization_layer()
334 std::unique_ptr<IFunction> create_bounding_box_transform_layer(BoundingBoxTransformLayerNode &node) in create_bounding_box_transform_layer()
372 std::unique_ptr<IFunction> create_channel_shuffle_layer(ChannelShuffleLayerNode &node) in create_channel_shuffle_layer()
407 std::unique_ptr<arm_compute::IFunction> create_concatenate_layer(ConcatenateLayerNode &node) in create_concatenate_layer()
464 std::unique_ptr<IFunction> create_convolution_layer(ConvolutionLayerNode &node, GraphContext &ctx) in create_convolution_layer()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc56 ObjectReader* reader, Node* node) { in GetFullyConnectedNode()
101 bool HasTensor(const TfLiteNode* node, const int index) { in HasTensor()
106 bool HasCifg(const TfLiteNode* node) { in HasCifg()
111 bool HasPeephole(const TfLiteNode* node) { in HasPeephole()
118 bool HasNormalization(const TfLiteNode* node) { in HasNormalization()
124 bool HasProjection(const TfLiteNode* node) { in HasProjection()
159 Node* node = graph->NewNode(); in BuildLstmGate() local
171 Node* node = graph->NewNode(); in BuildLstmGate() local
183 Node* node = graph->NewNode(); in BuildLstmGate() local
222 Node* node = graph->NewNode(); in BuildLstmGate() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow_test.cc64 Status ImportNode(const NodeDef& node, Model* model) { in ImportNode()
70 Status ImportFlexNode(const NodeDef& node, Model* model) { in ImportFlexNode()
77 Status ImportNode(const NodeDef& node) { in ImportNode()
85 NodeDef node; in BuildNode() local
107 NodeDef* node) { in BuildConstNode()
183 NodeDef node; in TEST() local
205 NodeDef node; in TEST() local
225 NodeDef node; in TEST() local
245 NodeDef node; in TEST_P() local
255 NodeDef node; in TEST_P() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/
Dpackage-lock.json22 "node": ">=20" string
35 "node": ">=6.9.0" string
47 "node": ">=4" string
61 "node": ">=4" string
85 "node": ">=4" string
97 "node": ">=4" string
106 "node": ">=6.9.0" string
120 "node": ">=6.9.0" string
132 "node": ">=4" string
146 "node": ">=4" string
[all …]
/aosp_15_r20/external/libxml2/fuzz/
H A Dapi.c505 xmlNodePtr node = getNode(offset); in getDoc() local
514 xmlNodePtr node = getNode(offset); in getAttr() local
528 xmlNodePtr node = getNode(offset); in getDtd() local
546 setNode(int offset, xmlNodePtr node) { in setNode()
621 nodeGetTree(xmlNodePtr node) { in nodeGetTree()
642 dropNode(xmlNodePtr node) { in dropNode()
693 removeNode(xmlNodePtr node) { in removeNode()
709 xmlNodePtr node = vars->nodes[i]; in removeChildren() local
728 nodeGetNs(xmlNodePtr node, int k) { in nodeGetNs()
771 checkContent(xmlNodePtr node) { in checkContent()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
H A Dtfr_gen.py425 def res_call(self, ns, types_ns, node, f_type, args, keywords): argument
558 def res_compare(self, ns, types_ns, node, left, right): argument
562 def res_unop(self, ns, types_ns, node, opnd): argument
565 def res_binop(self, ns, types_ns, node, left, right): argument
664 def _emit_with_loc(self, op_str, node=None): argument
677 def _get_inferred_type(self, node, default=None): argument
726 def _value_to_tensor(self, value, ty, node): argument
745 def visit_Pass(self, node): argument
751 def visit_Attribute(self, node): argument
796 def visit_Assign(self, node): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dtf_upgrade_v2.py71 def visit_Import(self, node): # pylint: disable=invalid-name argument
1671 def _is_ast_str(node): argument
1683 def _is_ast_true(node): argument
1690 def _is_ast_false(node): argument
1701 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument
1770 def _add_argument_transformer(parent, node, full_name, name, logs, argument
1782 def _iterator_transformer(parent, node, full_name, name, logs): argument
1808 def _dropout_transformer(parent, node, full_name, name, logs): argument
1852 def _cast_transformer(parent, node, full_name, name, logs): argument
1892 parent, node, full_name, name, logs): argument
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1NodeTest.java40 Asn1Node node = Asn1Node.newBuilder(0x65).build(); in testCreateConstructedNodeWithShortTag() local
51 Asn1Node node = Asn1Node.newBuilder(0x3F34).build(); in testCreateConstructedNodeWithLongTag() local
62 Asn1Node node = in testChildren() local
90 Asn1Node node = in testNonExitingChildren() local
124 Asn1Node node = in testBuilderAndGetters() local
158 Asn1Node node = Asn1Node.newBuilder(0x30).addChildAsString(0x12, "string").build(); in testGettersInvalidData() local
186 Asn1Node node = new Asn1Decoder(nodeHex).nextNode(); in testWriteToBytes() local
197 Asn1Node node = Asn1Node.newBuilder(0xBF37).addChildAsBytes(0x5A, new byte[257]).build(); in testLongFormLength() local
249 Asn1Node node = Asn1Node.newBuilder(0xBF37).build(); in testAsInteger_ConstructedTag() local
256 Asn1Node node = Asn1Node.newBuilder(0xBF37).build(); in testAsLong_ConstructedTag() local
[all …]
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DeventFilter.c137 #define EVENT_FILTERS(node) (&(((EventFilterPrivate_HandlerNode*)(void*)node)->ef)) argument
138 #define FILTER_COUNT(node) (EVENT_FILTERS(node)->filterCount) argument
139 #define FILTERS_ARRAY(node) (EVENT_FILTERS(node)->filters) argument
140 #define FILTER(node,index) ((FILTERS_ARRAY(node))[index]) argument
141 #define NODE_EI(node) (node->ei) argument
156 HandlerNode *node = jvmtiAllocate((jint)size); in eventFilterRestricted_alloc() local
183 clearFilters(HandlerNode *node) in clearFilters()
377 HandlerNode *node, in eventFilterRestricted_passesFilter()
564 HandlerNode *node, in eventFilterRestricted_passesUnloadFilter()
617 eventFilter_predictFiltering(HandlerNode *node, jclass clazz, char *classname) in eventFilter_predictFiltering()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/jsilver/jsilver/linux_glibc_common/javac/
Djsilver.jar ... com.google.clearsilver.jsilver.syntax.node.Switch getOptimizer () } com/google/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjsilver-1.0.0.jar ... com/google/clearsilver/jsilver/syntax/node/ com/google/clearsilver/jsilver/syntax ...
/aosp_15_r20/out/soong/.intermediates/external/jsilver/jsilver/linux_glibc_common/local-javac-header/
Djsilver.jar ... com.google.clearsilver.jsilver.syntax.node.Switch getOptimizer () } com/google/ ...
/aosp_15_r20/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java98 public void caseADataCommand(ADataCommand node) { in caseADataCommand()
106 public void caseAVarCommand(AVarCommand node) { in caseAVarCommand()
118 public void caseAUvarCommand(AUvarCommand node) { in caseAUvarCommand()
130 public void caseALvarCommand(ALvarCommand node) { in caseALvarCommand()
139 public void caseAEvarCommand(AEvarCommand node) { in caseAEvarCommand()
166 public void caseAHardLincludeCommand(AHardLincludeCommand node) { in caseAHardLincludeCommand()
176 public void caseALincludeCommand(ALincludeCommand node) { in caseALincludeCommand()
185 public void caseAHardIncludeCommand(AHardIncludeCommand node) { in caseAHardIncludeCommand()
195 public void caseAIncludeCommand(AIncludeCommand node) { in caseAIncludeCommand()
204 public void caseASetCommand(ASetCommand node) { in caseASetCommand()
[all …]
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Didtracking.py19 def symbols_for_node(node, parent_symbols=None): argument
39 def analyze_node(self, node, **kwargs): argument
156 def _simple_visit(self, node, **kwargs): argument
164 def visit_AssignBlock(self, node, **kwargs): argument
168 def visit_CallBlock(self, node, **kwargs): argument
172 def visit_OverlayScope(self, node, **kwargs): argument
176 def visit_For(self, node, for_branch='body', **kwargs): argument
192 def visit_With(self, node, **kwargs): argument
198 def generic_visit(self, node, *args, **kwargs): argument
209 def visit_Name(self, node, store_as_param=False, **kwargs): argument
[all …]
/aosp_15_r20/external/python/jinja/src/jinja2/
Didtracking.py17 def symbols_for_node(node, parent_symbols=None): argument
36 def analyze_node(self, node, **kwargs): argument
154 def _simple_visit(self, node, **kwargs): argument
166 def visit_AssignBlock(self, node, **kwargs): argument
170 def visit_CallBlock(self, node, **kwargs): argument
174 def visit_OverlayScope(self, node, **kwargs): argument
178 def visit_For(self, node, for_branch="body", **kwargs): argument
194 def visit_With(self, node, **kwargs): argument
200 def generic_visit(self, node, *args, **kwargs): argument
212 def visit_Name(self, node, store_as_param=False, **kwargs): argument
[all …]
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DStructuralWhitespaceStripper.java274 public void caseStart(Start node) { in caseStart()
342 public void inAAltCommand(AAltCommand node) { in inAAltCommand()
347 public void inACallCommand(ACallCommand node) { in inACallCommand()
352 public void inAEvarCommand(AEvarCommand node) { in inAEvarCommand()
357 public void inALvarCommand(ALvarCommand node) { in inALvarCommand()
362 public void inANameCommand(ANameCommand node) { in inANameCommand()
367 public void inASetCommand(ASetCommand node) { in inASetCommand()
372 public void inAUvarCommand(AUvarCommand node) { in inAUvarCommand()
377 public void inAVarCommand(AVarCommand node) { in inAVarCommand()
394 public void caseAAltCommand(AAltCommand node) { in caseAAltCommand()
[all …]
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java190 public void caseStart(Start node) { in caseStart()
224 public void caseADataCommand(ADataCommand node) { in caseADataCommand()
233 public void caseAVarCommand(AVarCommand node) { in caseAVarCommand()
250 public void caseAUvarCommand(AUvarCommand node) { in caseAUvarCommand()
260 public void caseASetCommand(ASetCommand node) { in caseASetCommand()
284 public void caseANameCommand(ANameCommand node) { in caseANameCommand()
295 public void caseAIfCommand(AIfCommand node) { in caseAIfCommand()
312 public void caseAEachCommand(AEachCommand node) { in caseAEachCommand()
324 public void caseAWithCommand(AWithCommand node) { in caseAWithCommand()
373 public void caseALoopToCommand(ALoopToCommand node) { in caseALoopToCommand()
[all …]
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DBaseConstructor.java139 Node node = composer.getNode(); in getData() local
155 final Node node = composer.getSingleNode(); in getSingleData() local
176 protected final Object constructDocument(Node node) { in constructDocument()
220 protected Object constructObject(Node node) { in constructObject()
227 protected Object constructObjectNoCheck(Node node) { in constructObjectNoCheck()
253 protected Construct getConstructor(Node node) { in getConstructor()
270 protected String constructScalar(ScalarNode node) { in constructScalar()
294 protected Object finalizeConstruction(Node node, Object data) { in finalizeConstruction()
303 protected Object newInstance(Node node) { in newInstance()
307 protected final Object newInstance(Class<?> ancestor, Node node) { in newInstance()
[all …]
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DUtils.java87 static void recycleNode(@Nullable AccessibilityNodeInfo node) { in recycleNode()
114 static AccessibilityNodeInfo refreshNode(@Nullable AccessibilityNodeInfo node) { in refreshNode()
134 static boolean canPerformFocus(@NonNull AccessibilityNodeInfo node) { in canPerformFocus()
173 static boolean canTakeFocus(@NonNull AccessibilityNodeInfo node) { in canTakeFocus()
202 static boolean canHaveFocus(@NonNull AccessibilityNodeInfo node) { in canHaveFocus()
207 static boolean descendantCanTakeFocus(@NonNull AccessibilityNodeInfo node) { in descendantCanTakeFocus()
225 static boolean hasFocus(@NonNull AccessibilityNodeInfo node) { in hasFocus()
240 static boolean isFocusParkingView(@NonNull AccessibilityNodeInfo node) { in isFocusParkingView()
245 static boolean isCarUiFocusParkingView(@NonNull AccessibilityNodeInfo node) { in isCarUiFocusParkingView()
254 static boolean isGenericFocusParkingView(@NonNull AccessibilityNodeInfo node) { in isGenericFocusParkingView()
[all …]
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_tree.c44 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t… in cil_tree_get_next_path()
97 char *cil_tree_get_cil_path(struct cil_tree_node *node) in cil_tree_get_cil_path()
113 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_l… in cil_tree_log()
152 int cil_tree_subtree_has_decl(struct cil_tree_node *node) in cil_tree_subtree_has_decl()
190 void cil_tree_subtree_destroy(struct cil_tree_node *node) in cil_tree_subtree_destroy()
196 void cil_tree_children_destroy(struct cil_tree_node *node) in cil_tree_children_destroy()
215 void cil_tree_node_init(struct cil_tree_node **node) in cil_tree_node_init()
230 void cil_tree_node_destroy(struct cil_tree_node **node) in cil_tree_node_destroy()
251 void cil_tree_node_remove(struct cil_tree_node *node) in cil_tree_node_remove()
302 static int cil_tree_walk_core(struct cil_tree_node *node, in cil_tree_walk_core()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/
H A DOutputTree.cpp69 void OutputTreeText(TInfoSinkBase &out, TIntermNode *node, const int depth) in OutputTreeText()
88 void TOutputTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol()
95 bool TOutputTraverser::visitSwizzle(Visit visit, TIntermSwizzle *node) in visitSwizzle()
107 bool TOutputTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
293 bool TOutputTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
356 bool TOutputTraverser::visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) in visitFunctionDefinition()
364 TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration()
378 void TOutputTraverser::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype()
395 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
473 bool TOutputTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dpackage-lock.json29 "node": ">=0.10.0" string
41 "node": ">=6.9.0" string
50 "node": ">=6.9.0" string
64 "node": ">=6.9.0" string
73 "node": "^14 || ^16 || >=18" string
89 "node": "^14 || ^16 || >=18" string
102 "node": "^14 || ^16 || >=18" string
119 "node": "^14 || ^16 || >=18" string
138 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" string
150 "node": "^12.0.0 || ^14.0.0 || >=16.0.0" string
[all …]
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dpackage-lock.json19 "node": "12" string
31 "node": ">=6.9.0" string
40 "node": ">=6.9.0" string
54 "node": ">=6.9.0" string
66 "node": ">=6.0.0" string
77 "node": ">=14" string
162 "node": ">=12.0.0" string
175 "node": ">=10" string
184 "node": ">=12.0.0" string
193 "node": ">=12" string
[all …]

12345678910>>...336