Home
last modified time | relevance | path

Searched defs:node (Results 276 – 300 of 8398) sorted by relevance

1...<<11121314151617181920>>...336

/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-init-ddr3.c128 Get_Deskew_Settings(bdk_node_t node, int ddr_interface_num, deskew_data_t *dskdat) in Get_Deskew_Settings()
178 Display_Deskew_Data(bdk_node_t node, int ddr_interface_num, in Display_Deskew_Data()
224 change_wr_deskew_ena(bdk_node_t node, int ddr_interface_num, int new_state) in change_wr_deskew_ena()
258 Validate_Read_Deskew_Training(bdk_node_t node, int rank_mask, int ddr_interface_num, in Validate_Read_Deskew_Training()
424 unsigned short load_dac_override(int node, int ddr_interface_num, in load_dac_override()
453 int read_DAC_DBI_settings(int node, int ddr_interface_num, in read_DAC_DBI_settings()
501 display_DAC_DBI_settings(int node, int lmc, int dac_or_dbi, in display_DAC_DBI_settings()
541 Perform_Offset_Training(bdk_node_t node, int rank_mask, int ddr_interface_num) in Perform_Offset_Training()
588 Perform_Internal_VREF_Training(bdk_node_t node, int rank_mask, int ddr_interface_num) in Perform_Internal_VREF_Training()
663 Perform_Read_Deskew_Training(bdk_node_t node, int rank_mask, int ddr_interface_num, in Perform_Read_Deskew_Training()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_placer_test.cc38 NodeDef node; in TEST() local
68 NodeDef node; in TEST() local
98 NodeDef node; in TEST() local
128 NodeDef node; in TEST() local
150 NodeDef node; in TEST() local
161 NodeDef node; in GetDefaultDeviceName() local
210 NodeDef node; in TEST() local
260 NodeDef node; in TEST() local
276 NodeDef node; in TEST() local
296 NodeDef node; in TEST() local
/aosp_15_r20/external/apache-xml/test/tools/
HDjtidy-1.0.3.jar ... tidy.Node) org.w3c.tidy.Node element org.w3c.tidy.Node node public ...
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c278 #define IS_ARRAY_NODE(node) Py_IS_TYPE(node, &_PyHamt_ArrayNode_Type) argument
279 #define IS_BITMAP_NODE(node) Py_IS_TYPE(node, &_PyHamt_BitmapNode_Type) argument
280 #define IS_COLLISION_NODE(node) Py_IS_TYPE(node, &_PyHamt_CollisionNode_Type) argument
381 PyHamtNode_Array *node = (PyHamtNode_Array*)obj; in _hamt_node_array_validate() local
525 PyHamtNode_Bitmap *node; in hamt_node_bitmap_new() local
565 hamt_node_bitmap_count(PyHamtNode_Bitmap *node) in hamt_node_bitmap_count()
571 hamt_node_bitmap_clone(PyHamtNode_Bitmap *node) in hamt_node_bitmap_clone()
1183 hamt_node_bitmap_dump(PyHamtNode_Bitmap *node, in hamt_node_bitmap_dump()
1264 PyHamtNode_Collision *node; in hamt_node_collision_new() local
1428 hamt_node_collision_count(PyHamtNode_Collision *node) in hamt_node_collision_count()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp1367 spirv::IdRef OutputSPIRVTraverser::createConstructor(TIntermAggregate *node, spirv::IdRef typeId) in createConstructor()
1495 TIntermAggregate *node, in createArrayOrStructConstructor()
1506 TIntermAggregate *node, in createConstructorScalarFromNonScalar()
1553 TIntermAggregate *node, in createConstructorVectorFromMatrix()
1589 TIntermAggregate *node, in createConstructorVectorFromMultiple()
1642 TIntermAggregate *node, in createConstructorMatrixFromScalar()
1710 TIntermAggregate *node, in createConstructorMatrixFromVectors()
1751 TIntermAggregate *node, in createConstructorMatrixFromMatrix()
1882 spirv::IdRefList OutputSPIRVTraverser::loadAllParams(TIntermOperator *node, in loadAllParams()
1908 void OutputSPIRVTraverser::extractComponents(TIntermAggregate *node, in extractComponents()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dusb_hubs.py34 def IsType(self, node): argument
42 def GetPhysicalPortToNodeTuples(self, node): argument
61 def _GppHelper(self, node, mapping): argument
85 def _is_plugable_7port_hub(node): argument
104 def _is_plugable_7port_usb3_part2_hub(node): argument
117 def _is_plugable_7port_usb3_part3_hub(node): argument
130 def _is_keedox_hub(node): argument
142 def _is_via_hub(node): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dpooling.cc68 TfLiteStatus GenericPrepare(TfLiteContext* context, TfLiteNode* node) { in GenericPrepare()
120 TfLiteStatus AverageEvalFloat(TfLiteContext* context, TfLiteNode* node, in AverageEvalFloat()
150 TfLiteStatus AverageEvalQuantizedUint8(TfLiteContext* context, TfLiteNode* node, in AverageEvalQuantizedUint8()
182 TfLiteStatus AverageEvalQuantizedInt8(TfLiteContext* context, TfLiteNode* node, in AverageEvalQuantizedInt8()
215 TfLiteStatus AverageEvalQuantizedInt16(TfLiteContext* context, TfLiteNode* node, in AverageEvalQuantizedInt16()
243 void MaxEvalFloat(TfLiteContext* context, TfLiteNode* node, in MaxEvalFloat()
270 void MaxEvalQuantizedUInt8(TfLiteContext* context, TfLiteNode* node, in MaxEvalQuantizedUInt8()
299 void MaxEvalQuantizedInt8(TfLiteContext* context, TfLiteNode* node, in MaxEvalQuantizedInt8()
328 void MaxEvalQuantizedInt16(TfLiteContext* context, TfLiteNode* node, in MaxEvalQuantizedInt16()
353 void L2EvalFloat(TfLiteContext* context, TfLiteNode* node, in L2EvalFloat()
[all …]
H A Dactivations.cc242 TfLiteStatus GenericPrepare(TfLiteContext* context, TfLiteNode* node) { in GenericPrepare()
263 TfLiteStatus ReluPrepare(TfLiteContext* context, TfLiteNode* node) { in ReluPrepare()
301 TfLiteStatus HardSwishPrepare(TfLiteContext* context, TfLiteNode* node) { in HardSwishPrepare()
339 TfLiteStatus LeakyReluPrepare(TfLiteContext* context, TfLiteNode* node) { in LeakyReluPrepare()
374 TfLiteStatus TanhPrepare(TfLiteContext* context, TfLiteNode* node) { in TanhPrepare()
469 TfLiteStatus SigmoidPrepare(TfLiteContext* context, TfLiteNode* node) { in SigmoidPrepare()
572 TfLiteStatus SoftmaxPrepare(TfLiteContext* context, TfLiteNode* node) { in SoftmaxPrepare()
661 TfLiteStatus LogSoftmaxPrepare(TfLiteContext* context, TfLiteNode* node) { in LogSoftmaxPrepare()
709 TfLiteStatus PreluPrepare(TfLiteContext* context, TfLiteNode* node) { in PreluPrepare()
767 TfLiteStatus ReluEval(TfLiteContext* context, TfLiteNode* node) { in ReluEval()
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json59 "node": ">=6.9.0" string
67 "node": ">=6.9.0" string
92 "node": ">=6.9.0" string
109 "node": ">=6.9.0" string
121 "node": ">=6.9.0" string
134 "node": ">=6.9.0" string
148 "node": ">=6.9.0" string
168 "node": ">=6.9.0" string
184 "node": ">=6.9.0" string
218 "node": ">=6.9.0" string
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DCustomElements.js83 function wrapIfNeeded(node) { argument
105 observer.nodes_.forEach(function(node) { argument
159 this.nodes_.forEach(function(node) { argument
246 addListeners_: function(node) { argument
256 removeListeners_: function(node) { argument
263 addTransientObserver: function(node) { argument
274 transientObservedNodes.forEach(function(node) { argument
448 function forSubtree(node, cb) { argument
457 function findAllElements(node, find, data) { argument
473 function forRoots(node, cb) { argument
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dshape_analysis.cpp74 void PropertyPropBase::processIf(Node* node) { in processIf()
82 void PropertyPropBase::processLoop(Node* node) { in processLoop()
106 void PropertyPropBase::setUnshapedType(Node* node) { in setUnshapedType()
157 Node* node, in gatherTensorTypes()
212 std::optional<c10::ScalarType> getPromotedTypeForArithmeticOp(Node* node) { in getPromotedTypeForArithmeticOp()
333 Node* node, in broadcastBinary()
370 bool dependsOnMutation(Node* node) { in dependsOnMutation()
398 bool canPropagateShapeByRunningIt(Node* node) { in canPropagateShapeByRunningIt()
426 bool DoesntRefineOutputs(Node* node) { in DoesntRefineOutputs()
436 bool PropagateShapeOnNodeByRunningIt(Node* node, Operation op = nullptr) { in PropagateShapeOnNodeByRunningIt()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Danno.py36 def of(self, node, default=None): argument
39 def add_to(self, node, value): argument
42 def exists(self, node): argument
117 def keys(node, field_name='___pyct_anno'): argument
123 def getanno(node, key, default=FAIL, field_name='___pyct_anno'): argument
130 def hasanno(node, key, field_name='___pyct_anno'): argument
134 def setanno(node, key, value, field_name='___pyct_anno'): argument
144 def delanno(node, key, field_name='___pyct_anno'): argument
161 def dup(node, copy_map, field_name='___pyct_anno'): argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dstm32mp_clkfunc.c28 int node, subnode; in fdt_osc_read_freq() local
78 int node, subnode; in fdt_clk_read_bool() local
121 int node, subnode; in fdt_clk_read_uint32_default() local
160 static int node; in fdt_get_rcc_node() local
179 int node; in fdt_rcc_read_uint32_array() local
201 int node, subnode; in fdt_rcc_subnode_offset() local
230 int node, len; in fdt_rcc_read_prop() local
277 int fdt_get_clock_id(int node) in fdt_get_clock_id()
303 int node; in fdt_get_uart_clock_freq() local
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
H A DComposer.java109 Node node = new MappingNode(Tag.COMMENT, false, children, startMark, null, FlowStyle.BLOCK); in getNode() local
116 Node node = composeNode(null); in getNode() local
161 final Node node; in composeNode() local
214 Node node = new ScalarNode(nodeTag, resolved, ev.getValue(), ev.getStartMark(), ev.getEndMark(), in composeScalarNode() local
238 SequenceNode node = new SequenceNode(nodeTag, resolved, children, startEvent.getStartMark(), in composeSequenceNode() local
279 MappingNode node = new MappingNode(nodeTag, resolved, children, startEvent.getStartMark(), null, in composeMappingNode() local
307 protected void composeMappingChildren(List<NodeTuple> children, MappingNode node) { in composeMappingChildren()
316 protected Node composeKeyNode(MappingNode node) { in composeKeyNode()
320 protected Node composeValueNode(MappingNode node) { in composeValueNode()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dcheck-relaxng-test-suite2.py61 def handle_valid(node, schema): argument
114 def handle_invalid(node, schema): argument
169 def handle_correct(node): argument
195 def handle_incorrect(node): argument
227 def handle_resource(node, dir): argument
254 def handle_dir(node, dir): argument
278 def handle_testCase(node): argument
327 def handle_testSuite(node, level = 0): argument
H A Dcheck-relaxng-test-suite.py74 def handle_valid(node, schema): argument
115 def handle_invalid(node, schema): argument
155 def handle_correct(node): argument
181 def handle_incorrect(node): argument
213 def handle_resource(node, dir): argument
240 def handle_dir(node, dir): argument
264 def handle_testCase(node): argument
313 def handle_testSuite(node, level = 0): argument
H A Dcheck-xsddata-test-suite.py60 def handle_valid(node, schema): argument
113 def handle_invalid(node, schema): argument
167 def handle_correct(node): argument
193 def handle_incorrect(node): argument
225 def handle_resource(node, dir): argument
252 def handle_dir(node, dir): argument
276 def handle_testCase(node): argument
325 def handle_testSuite(node, level = 0): argument
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/
H A DScalarizeVecAndMatConstructorArgs.cpp110 bool ScalarizeTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
128 TIntermAggregate *node = typed->getAsAggregate(); in shouldScalarize() local
155 const TFunction *ScalarizeTraverser::createHelper(TIntermAggregate *node) in createHelper()
174 TIntermTyped *ScalarizeTraverser::createHelperCall(TIntermAggregate *node, const TFunction *helper) in createHelperCall()
202 TIntermAggregate *node = typed->getAsAggregate(); in createConstructor() local
294 void ScalarizeTraverser::createConstructorVectorFromScalar(TIntermAggregate *node, in createConstructorVectorFromScalar()
309 void ScalarizeTraverser::createConstructorVectorFromMultiple(TIntermAggregate *node, in createConstructorVectorFromMultiple()
316 void ScalarizeTraverser::createConstructorMatrixFromScalar(TIntermAggregate *node, in createConstructorMatrixFromScalar()
342 void ScalarizeTraverser::createConstructorMatrixFromVectors(TIntermAggregate *node, in createConstructorMatrixFromVectors()
350 void ScalarizeTraverser::createConstructorMatrixFromMatrix(TIntermAggregate *node, in createConstructorMatrixFromMatrix()
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp30 bool visitUnary(Visit, TIntermUnary *node) override in visitUnary()
36 bool visitBinary(Visit, TIntermBinary *node) override in visitBinary()
42 bool visitTernary(Visit, TIntermTernary *node) override in visitTernary()
48 bool visitSwizzle(Visit, TIntermSwizzle *node) override in visitSwizzle()
54 bool visitAggregate(Visit, TIntermAggregate *node) override in visitAggregate()
64 void visitSymbol(TIntermSymbol *node) override { mOnlyContainsConstantZeros = false; } in visitSymbol()
66 void visitConstantUnion(TIntermConstantUnion *node) override in visitConstantUnion()
166 bool IsZero(TIntermNode *node) in IsZero()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
H A DObservableProperty.java141 private boolean node; field in ObservableProperty.Type
143 Type(boolean multiple, boolean node) { in Type()
200 public Node getValueAsSingleReference(Node node) { in getValueAsSingleReference()
220 private boolean hasMethod(Node node, String name) { in hasMethod()
229 public NodeList<? extends Node> getValueAsMultipleReference(Node node) { in getValueAsMultipleReference()
250 public Collection<?> getValueAsCollection(Node node) { in getValueAsCollection()
259 public String getValueAsStringAttribute(Node node) { in getValueAsStringAttribute()
263 public Boolean getValueAsBooleanAttribute(Node node) { in getValueAsBooleanAttribute()
267 public Object getRawValue(Node node) { in getRawValue()
282 public boolean isNull(Node node) { in isNull()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc172 DataType GetDataType(const NodeDef& node, const TypeAttrId& type_attr) { in GetDataType()
193 bool SetDataType(NodeDef* node, const TypeAttrId& type_attr, DataType type) { in SetDataType()
210 std::vector<std::pair<int, int>> ArgDefIndexes(const NodeDef& node, int arg_idx, in ArgDefIndexes()
231 std::vector<std::pair<int, int>> InputPortArgDefIndexes(const NodeDef& node, in InputPortArgDefIndexes()
247 std::vector<std::pair<int, int>> OutputPortArgDefIndexes(const NodeDef& node, in OutputPortArgDefIndexes()
270 std::vector<int> NonControlInputs(const NodeDef& node) { in NonControlInputs()
295 for (const NodeDef& node : graph.node()) { in Init() local
316 const NodeDef& node, const TypeAttrId& type_attr) const { in GetInputPorts() argument
322 const NodeDef& node, const TypeAttrId& type_attr) const { in GetOutputPorts() argument
327 TypeAttrId GetInputTypeAttr(const NodeDef& node, int port) const { in GetInputTypeAttr() argument
[all …]
/aosp_15_r20/external/pigweed/pw_web/webconsole/
H A Dpackage-lock.json49 "node": ">=6.9.0" string
59 "node": ">=6.9.0" string
66 "node": ">=6.9.0" string
73 "node": ">=6.9.0" string
85 "node": ">=6.9.0" string
95 "node": ">=4" string
107 "node": ">=4" string
125 "node": ">=0.8.0" string
132 "node": ">=4" string
142 "node": ">=4" string
[all …]
/aosp_15_r20/external/ktfmt/website/
H A Dpackage-lock.json24 "node": ">=10.13.0" string
36 "node": ">=10.13.0" string
54 "node": ">=0.4.0" string
73 "node": ">=0.4.0" string
98 "node": ">=8" string
110 "node": ">=8" string
126 "node": ">= 8" string
135 "node": ">=0.10.0" string
150 "node": ">=0.10.0" string
168 "node": ">=0.8" string
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp397 SENode* node, const Loop* loop) { in GetCoefficientFromRecurrentTerm()
434 SENode* node, const Loop* loop) { in BuildGraphWithoutRecurrentTerm()
467 SERecurrentNode* ScalarEvolutionAnalysis::GetRecurrentTerm(SENode* node, in GetRecurrentTerm()
660 bool Eval(const SENode* node, bool or_equal_zero, bool* result) { in Eval()
807 Signedness Visit(const SENode* node) { in Visit()
835 Signedness Visit(const SEConstantNode* node) { in Visit()
843 Signedness Visit(const SEValueUnknown* node) { in Visit()
854 Signedness Visit(const SERecurrentNode* node) { in Visit()
872 Signedness Visit(const SENegative* node) { in Visit()
900 const SENode* node, in VisitExpr()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis.cpp397 SENode* node, const Loop* loop) { in GetCoefficientFromRecurrentTerm()
434 SENode* node, const Loop* loop) { in BuildGraphWithoutRecurrentTerm()
467 SERecurrentNode* ScalarEvolutionAnalysis::GetRecurrentTerm(SENode* node, in GetRecurrentTerm()
660 bool Eval(const SENode* node, bool or_equal_zero, bool* result) { in Eval()
807 Signedness Visit(const SENode* node) { in Visit()
835 Signedness Visit(const SEConstantNode* node) { in Visit()
843 Signedness Visit(const SEValueUnknown* node) { in Visit()
854 Signedness Visit(const SERecurrentNode* node) { in Visit()
872 Signedness Visit(const SENegative* node) { in Visit()
900 const SENode* node, in VisitExpr()
[all …]

1...<<11121314151617181920>>...336