Home
last modified time | relevance | path

Searched +defs:val +defs:node (Results 101 – 125 of 1647) sorted by relevance

12345678910>>...66

/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework_lib/linux_glibc_common/javac/
Derror_prone_android_framework_lib.jar ... ) com.sun.source.tree.Tree node com.sun.source.tree.ClassTree tree ...
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp134 void ReadMandatoryNodeAttributeImpl(const onnx::NodeProto& node, in ReadMandatoryNodeAttributeImpl()
171 void ReadOptionalNodeAttributeImpl(const onnx::NodeProto& node, in ReadOptionalNodeAttributeImpl()
200 int ReadMandatoryNodeIntAttribute(const onnx::NodeProto& node, in ReadMandatoryNodeIntAttribute()
212 int64_t ReadOptionalNodeInt64Attribute(const onnx::NodeProto& node, in ReadOptionalNodeInt64Attribute()
225 std::vector<uint32_t> ReadMandatoryNodeUint32ListAttribute(const onnx::NodeProto& node, in ReadMandatoryNodeUint32ListAttribute()
240 uint32_t ReadOptionalNodeUint32Attribute(const onnx::NodeProto& node, in ReadOptionalNodeUint32Attribute()
253 std::vector<uint32_t> ReadOptionalNodeUint32ListAttribute(const onnx::NodeProto& node, in ReadOptionalNodeUint32ListAttribute()
269 float ReadOptionalNodeFloatAttribute(const onnx::NodeProto& node, in ReadOptionalNodeFloatAttribute()
282 std::string ReadOptionalNodeStringAttribute(const onnx::NodeProto& node, const std::string& name) in ReadOptionalNodeStringAttribute()
411 int val = CHECKED_INT32(targetShapeTensor[i]); in ComputeReshapeInfo() local
[all …]
/aosp_15_r20/external/snakeyaml/src/test/java/examples/
H A DCustomBeanResolverTest.java58 public Object construct(Node node) { in construct()
60 String val = constructScalar((ScalarNode) node); in construct() local
65 String val = constructScalar((ScalarNode) node); in construct() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc54 float val = flat(i); in SparsifyWeights() local
101 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
116 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
125 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
142 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
196 for (const auto& node : input_graph_def.node()) { in ObtainVariableInfo() local
238 for (const auto& node : current_graph_def.node()) { in SparsifyGatherInternal() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtree.c709 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs()
772 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { in xmlSetNs()
1206 xmlNodePtr node; in xmlStringLenGetNodeList() local
1207 xmlChar *val = NULL; in xmlStringLenGetNodeList() local
1438 xmlNodePtr node; in xmlStringGetNodeList() local
1439 xmlChar *val = NULL; in xmlStringGetNodeList() local
1661 const xmlNode *node = list; in xmlNodeListGetString() local
1762 const xmlNode *node = list; in xmlNodeListGetRawString() local
1826 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, in xmlNewPropInternal()
1931 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlNewProp()
[all …]
/aosp_15_r20/external/autotest/client/common_lib/
H A Dcontrol_data.py137 def set_attr(self, attr, val, raise_warnings=False): argument
181 def _set_string(self, attr, val): argument
186 def _set_option(self, attr, val, options): argument
195 def _set_bool(self, attr, val): argument
207 def _set_int(self, attr, val, min=None, max=None): argument
218 def _set_set(self, attr, val): argument
224 def set_author(self, val): argument
228 def set_dependencies(self, val): argument
232 def set_doc(self, val): argument
236 def set_name(self, val): argument
[all …]
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dandroid.c45 unsigned int val; in ver_map_hash_val() local
81 static int __extract_attributees_helper(struct cil_tree_node *node, uint32_t *finished, void *extra… in __extract_attributees_helper()
212 static int __cil_attrib_convert_type(struct cil_tree_node *node, struct version_args *args) in __cil_attrib_convert_type()
245 static int __cil_attrib_swap_symtab_key(struct cil_tree_node *node, char *old_key, in __cil_attrib_swap_symtab_key()
339 static int cil_attrib_sidcontext(struct cil_tree_node *node, struct version_args *args) in cil_attrib_sidcontext()
357 static int cil_attrib_context(struct cil_tree_node *node, struct version_args *args) in cil_attrib_context()
364 static int cil_attrib_roletype(struct cil_tree_node *node, in cil_attrib_roletype()
385 static int cil_attrib_type(struct cil_tree_node *node, struct version_args *args) in cil_attrib_type()
407 static int cil_attrib_typepermissive(struct cil_tree_node *node, in cil_attrib_typepermissive()
420 static int cil_attrib_typeattribute(struct cil_tree_node *node, struct version_args *args) in cil_attrib_typeattribute()
[all …]
H A Dcil_post.c572 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_a… in __cil_post_db_count_helper()
680 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_a… in __cil_post_db_array_helper()
899 struct cil_tree_node *node = datum->nodes->head->data; in __cil_type_to_bitmap() local
951 struct cil_tree_node *node = datum->nodes->head->data; in __cil_user_to_bitmap() local
999 struct cil_tree_node *node = datum->nodes->head->data; in __cil_role_to_bitmap() local
1043 static int __cil_permx_str_to_int(char *permx_str, uint16_t *val) in __cil_permx_str_to_int()
1068 uint16_t val; in __cil_permx_to_bitmap() local
1150 struct cil_tree_node *node = datum->nodes->head->data; in __cil_cat_to_bitmap() local
1514 static int __cil_post_db_neverallow_attr_helper(struct cil_tree_node *node, uint32_t *finished, __a… in __cil_post_db_neverallow_attr_helper()
1543 static int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_ar… in __cil_post_db_attr_helper()
[all …]
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java378 private final void dispatachChars(Node node) in dispatachChars()
395 protected void startNode(Node node) throws org.xml.sax.SAXException { in startNode()
446 protected void endNode(Node node) throws org.xml.sax.SAXException { in endNode()
476 protected boolean applyFilter(Node node, int nodeType) { in applyFilter()
496 protected void serializeDocType(DocumentType node, boolean bStart) in serializeDocType()
570 protected void serializeComment(Comment node) throws SAXException { in serializeComment()
598 protected void serializeElement(Element node, boolean bStart) in serializeElement()
663 protected void serializeAttList(Element node) throws SAXException { in serializeAttList()
998 protected void serializeText(Text node) throws SAXException { in serializeText()
1052 EntityReference node, in serializeEntityReference()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops_fulljit.cpp36 [](const Node* node) -> Operation { in __anon1bf66a480202()
45 [](const Node* node) -> Operation { in __anon1bf66a480402()
54 [](const Node* node) -> Operation { in __anon1bf66a480602()
64 [](const Node* node) -> Operation { in __anon1bf66a480802()
91 [](const Node* node) -> Operation { in __anon1bf66a480b02()
135 [](const Node* node) -> Operation { in __anon1bf66a480e02()
197 [](const Node* node) -> Operation { in __anon1bf66a481402()
343 auto val = pop(stack).toInt(); in __anon1bf66a482002() local
352 Node* node = graph->create(prim::AddStatValue, /*num_outputs=*/0); in __anon1bf66a482002() local
365 Node* node = nullptr; in __anon1bf66a482102() local
[all …]
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_memory.cc77 for (const auto& node : item_.graph.node()) { in InferMemUsageForNodes() local
170 for (const NodeDef& node : item_.graph.node()) { in InferFromTrace() local
207 const NodeDef* node = it->second; in InferFromTrace() local
212 const AttrValue& val = it->second; in InferFromTrace() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DUUID.java77 public long node() { in node() method in UUID
85 private static java.lang.String digits(long val, int digits) { in digits()
97 public int compareTo(java.util.UUID val) { in compareTo()
/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/dtc/
H A Dlivetree.c39 struct property *build_property(char *name, struct data val, in build_property()
119 struct node *name_node(struct node *node, char *name) in name_node()
128 struct node *omit_node_if_unused(struct node *node) in omit_node_if_unused()
135 struct node *reference_node(struct node *node) in reference_node()
231 struct node *node; in add_orphan_node() local
266 void add_property(struct node *node, struct property *prop) in add_property()
279 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
314 struct node *node = parent->children; in delete_node_by_name() local
325 void delete_node(struct node *node) in delete_node()
338 void append_to_property(struct node *node, in append_to_property()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_phi_builder.c49 struct exec_node node; member
119 struct nir_phi_builder_value *val; in nir_phi_builder_add_value() local
174 nir_phi_builder_value_set_block_def(struct nir_phi_builder_value *val, in nir_phi_builder_value_set_block_def()
185 nir_phi_builder_value_get_block_def(struct nir_phi_builder_value *val, in nir_phi_builder_value_get_block_def()
/aosp_15_r20/frameworks/base/core/java/android/os/SemiConcurrentMessageQueue/
H A DMessageQueue.java258 private static int numQueued(long val) { in numQueued()
262 private static int numCancelled(long val) { in numCancelled()
1289 StackNode node = (StackNode) sState.getVolatile(this); in dump() local
1331 StackNode node = (StackNode) sState.getVolatile(this); in dumpDebug() local
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dflamegraph.ts442 const node = this.renderNodes[i]; constant
454 const val = displaySize(allRootsCumulativeValue, unit); constant
586 const {node} = this.tooltipPos; constant
598 const val = displaySize(allRootsCumulativeValue, unit); constant
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfixup_onnx_controlflow.cpp17 Node* CreateCastToBoolNode(Value* val, Graph* graph) { in CreateCastToBoolNode()
113 std::vector<Value*> ConvertSequenceDependencies(Node* node, int opset_version) { in ConvertSequenceDependencies()
290 void FixupONNXLoopNodeInputs(Node* node, int opset_version) { in FixupONNXLoopNodeInputs()
350 std::vector<Value*> FixupONNXLoopNode(Node* node, int opset_version) { in FixupONNXLoopNode()
459 void ONNXFixupUninitializedOutput(Node* node, int opset_version) { in ONNXFixupUninitializedOutput()
513 void ONNXMergeIfBlockOutputShapes(Node* node) { in ONNXMergeIfBlockOutputShapes()
666 std::vector<Value*> FixupONNXIfNode(Node* node, int opset_version) { in FixupONNXIfNode()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py632 def make_cell(val=None): argument
762 def create(scope, name, val): argument
1180 def set_example_value(node, example_value): argument
1615 def __exit__(self, typ, val, traceback): argument
1706 def extract_fake_example_value(node, required=True): argument
1737 def get_fake_value(node, tx, allow_non_graph_fake=False): argument
1870 def set_current_node(node): argument
1879 def run_node(tracer, node, args, kwargs, nnmodule): argument
1928 def get_real_value(node, tracer): argument
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_acceleration_structure.c161 struct lvp_bvh_box_node *node = (void *)(ctx->dst + dst_offset); in lvp_build_internal_node() local
344 struct lvp_bvh_triangle_node *node = leaf_nodes; in lvp_build_acceleration_structure() local
461 uint32_t val = *(const uint32_t *)vertex_data; in lvp_build_acceleration_structure() local
494 struct lvp_bvh_aabb_node *node = leaf_nodes; in lvp_build_acceleration_structure() local
520 struct lvp_bvh_instance_node *node = leaf_nodes; in lvp_build_acceleration_structure() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dconstants.cpp50 const IValue& val, in insertConstant()
64 const IValue& val, in tryInsertConstant()
160 const Node* node = v->node(); in toIValue() local

12345678910>>...66