Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 1854) sorted by relevance

12345678910>>...75

/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp22 bool mlirAttributeIsAAffineMap(MlirAttribute attr) { in mlirAttributeIsAAffineMap()
30 MlirAffineMap mlirAffineMapAttrGetValue(MlirAttribute attr) { in mlirAffineMapAttrGetValue()
38 bool mlirAttributeIsAArray(MlirAttribute attr) { in mlirAttributeIsAArray()
50 intptr_t mlirArrayAttrGetNumElements(MlirAttribute attr) { in mlirArrayAttrGetNumElements()
54 MlirAttribute mlirArrayAttrGetElement(MlirAttribute attr, intptr_t pos) { in mlirArrayAttrGetElement()
62 bool mlirAttributeIsADictionary(MlirAttribute attr) { in mlirAttributeIsADictionary()
77 intptr_t mlirDictionaryAttrGetNumElements(MlirAttribute attr) { in mlirDictionaryAttrGetNumElements()
81 MlirNamedAttribute mlirDictionaryAttrGetElement(MlirAttribute attr, in mlirDictionaryAttrGetElement()
88 MlirAttribute mlirDictionaryAttrGetElementByName(MlirAttribute attr, in mlirDictionaryAttrGetElementByName()
97 bool mlirAttributeIsAFloat(MlirAttribute attr) { in mlirAttributeIsAFloat()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.cc278 const Convolution2DAttributes& attr) { in CalculateOutputWithoutStrides()
287 const Convolution3DAttributes& attr) { in CalculateOutputWithoutStrides()
296 const Pooling2DAttributes& attr) { in CalculateOutputWithoutStrides()
305 const Pooling3DAttributes& attr) { in CalculateOutputWithoutStrides()
314 const ConvolutionTransposedAttributes& attr) { in CalculateOutput()
322 const ConvolutionTransposed3DAttributes& attr) { in CalculateOutput()
333 int32_t CalculateOutput(const BHWC& input, const AttrT& attr) { in CalculateOutput()
339 int32_t CalculateOutput(const BHWDC& input, const AttrT& attr) { in CalculateOutput()
354 const Convolution2DAttributes& attr) { in CalculateSamePadding()
364 const Convolution3DAttributes& attr) { in CalculateSamePadding()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc43 bool IsRecommendedForWinograd4x4To6x6(const Convolution2DAttributes& attr, in IsRecommendedForWinograd4x4To6x6()
84 const Convolution2DAttributes& attr, in WinogradFromNode()
179 auto attr = in GPUOperationFromNode() local
202 Convolution2DAttributes attr; in GPUOperationFromNode() local
264 auto attr = absl::any_cast<ConcatAttributes>(node.operation.attributes); in GPUOperationFromNode() local
272 auto attr = in GPUOperationFromNode() local
330 auto attr = absl::any_cast<ConvolutionTransposedAttributes>( in GPUOperationFromNode() local
398 auto attr = absl::any_cast<DepthwiseConvolution2DAttributes>( in GPUOperationFromNode() local
413 auto attr = in GPUOperationFromNode() local
424 auto attr = in GPUOperationFromNode() local
[all …]
Dsimple_selectors.cc54 std::unique_ptr<GPUOperation> SelectReLU(const ReLUAttributes& attr, in SelectReLU()
59 std::unique_ptr<GPUOperation> SelectPReLU(const PReLUAttributes& attr, in SelectPReLU()
65 std::unique_ptr<GPUOperation> SelectPooling(const Pooling2DAttributes& attr, in SelectPooling()
71 const MaxUnpooling2DAttributes& attr, const OperationDef& op_def) { in SelectMaxUnpooling()
81 absl::Status SelectResize(const Resize2DAttributes& attr, in SelectResize()
89 absl::Status SelectConcat(const ConcatAttributes& attr, in SelectConcat()
113 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionDynamicWeights()
131 void SelectSpaceToDepth(const SpaceToDepthAttributes& attr, in SelectSpaceToDepth()
138 absl::Status SelectSplit(const SplitAttributes& attr, in SelectSplit()
149 void SelectPadding(const PadAttributes& attr, const OperationDef& op_def, in SelectPadding()
[all …]
/external/libnetfilter_conntrack/src/conntrack/
Dparse_mnl.c18 nfct_parse_ip_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_ip_attr_cb()
46 nfct_parse_ip(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_ip()
119 nfct_parse_proto_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_proto_attr_cb()
149 nfct_parse_proto(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_proto()
243 static int nfct_parse_tuple_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_tuple_attr_cb()
268 nfct_parse_tuple(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_tuple()
302 nfct_parse_pinfo_tcp_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_pinfo_tcp_attr_cb()
330 nfct_parse_protoinfo_tcp(const struct nlattr *attr, struct nf_conntrack *ct) in nfct_parse_protoinfo_tcp()
377 nfct_parse_pinfo_sctp_attr_cb(const struct nlattr *attr, void *data) in nfct_parse_pinfo_sctp_attr_cb()
401 nfct_parse_protoinfo_sctp(const struct nlattr *attr, struct nf_conntrack *ct) in nfct_parse_protoinfo_sctp()
[all …]
Dparse.c16 static void __parse_ip(const struct nfattr *attr, in __parse_ip()
88 static void __parse_proto(const struct nfattr *attr, in __parse_proto()
181 void __parse_tuple(const struct nfattr *attr, in __parse_tuple()
208 static void __parse_protoinfo_tcp(const struct nfattr *attr, in __parse_protoinfo_tcp()
252 static void __parse_protoinfo_sctp(const struct nfattr *attr, in __parse_protoinfo_sctp()
279 static void __parse_protoinfo_dccp(const struct nfattr *attr, in __parse_protoinfo_dccp()
306 static void __parse_protoinfo(const struct nfattr *attr, in __parse_protoinfo()
323 static void __parse_counters(const struct nfattr *attr, in __parse_counters()
381 __parse_nat_seq(const struct nfattr *attr, struct nf_conntrack *ct, int dir) in __parse_nat_seq()
428 __parse_helper(const struct nfattr *attr, struct nf_conntrack *ct) in __parse_helper()
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java75 Attribute attr = new Attribute(CMSAttributes.contentType, in createStandardAttributeTable() local
77 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
84 Attribute attr = new Attribute(CMSAttributes.signingTime, in createStandardAttributeTable() local
86 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
93 Attribute attr = new Attribute(CMSAttributes.messageDigest, in createStandardAttributeTable() local
95 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
100 …Attribute attr = new Attribute(CMSAttributes.cmsAlgorithmProtect, new DERSet(new CMSAlgorithmProte… in createStandardAttributeTable() local
103 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc92 Status ConvertAttribute(const mlir::BoolAttr& attr, AttrValue* value) { in ConvertAttribute()
97 Status ConvertAttribute(const mlir::IntegerAttr& attr, AttrValue* value) { in ConvertAttribute()
102 Status ConvertAttribute(const mlir::FloatAttr& attr, AttrValue* value) { in ConvertAttribute()
107 Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) { in ConvertAttribute()
111 Status ConvertAttribute(const mlir::TF::ShapeAttr& attr, AttrValue* value) { in ConvertAttribute()
124 Status ConvertAttribute(const mlir::FlatSymbolRefAttr& attr, AttrValue* value) { in ConvertAttribute()
129 Status ConvertAttribute(const mlir::TF::FuncAttr& attr, bool remove_ref_type, in ConvertAttribute()
139 Status ConvertAttribute(const mlir::StringAttr& attr, AttrValue* value) { in ConvertAttribute()
176 Status ConvertAttribute(const mlir::UnitAttr& attr, AttrValue* value) { in ConvertAttribute()
181 Status ConvertAttribute(const mlir::ArrayAttr& attr, bool remove_ref_type, in ConvertAttribute()
[all …]
/external/boringssl/src/crypto/x509/
Dx509_att.c159 X509_ATTRIBUTE *attr; in STACK_OF() local
174 X509_ATTRIBUTE *attr; in STACK_OF() local
190 X509_ATTRIBUTE *attr; in STACK_OF() local
216 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
230 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
259 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
278 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) in X509_ATTRIBUTE_set1_object()
287 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
341 int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_count()
350 ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_get0_object()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_att.c159 X509_ATTRIBUTE *attr; in STACK_OF() local
174 X509_ATTRIBUTE *attr; in STACK_OF() local
190 X509_ATTRIBUTE *attr; in STACK_OF() local
216 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
230 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
259 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
278 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) in X509_ATTRIBUTE_set1_object()
287 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
341 int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_count()
350 ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_get0_object()
[all …]
/external/elfutils/tests/
Dshow-die-info.c105 Dwarf_Attribute attr; in handle() local
123 Dwarf_Attribute attr; in handle() local
141 Dwarf_Attribute attr; in handle() local
169 Dwarf_Attribute attr; in handle() local
198 Dwarf_Attribute attr; in handle() local
227 Dwarf_Attribute attr; in handle() local
257 Dwarf_Attribute attr; in handle() local
286 Dwarf_Attribute attr; in handle() local
296 Dwarf_Attribute attr; in handle() local
/external/libiio/src/
Ddevice.c27 static char *get_attr_xml(const char *attr, size_t *length, enum iio_attr_type type) in get_attr_xml()
284 const char *attr = dev->attrs[i]; in iio_device_find_attr() local
310 const char *attr = dev->buffer_attrs[i]; in iio_device_find_buffer_attr() local
322 const char *attr = dev->debug_attrs[i]; in iio_device_find_debug_attr() local
402 const char *attr, char *dst, size_t len) in iio_device_attr_read()
412 const char *attr, const void *src, size_t len) in iio_device_attr_write_raw()
422 const char *attr, const char *src) in iio_device_attr_write()
428 const char *attr, char *dst, size_t len) in iio_device_buffer_attr_read()
438 const char *attr, const void *src, size_t len) in iio_device_buffer_attr_write_raw()
448 const char *attr, const char *src) in iio_device_buffer_attr_write()
[all …]
/external/libcups/cups/
Dipp.c117 ipp_attribute_t *attr; /* New attribute */ in ippAddBoolean() local
164 ipp_attribute_t *attr; /* New attribute */ in ippAddBooleans() local
219 ipp_attribute_t *attr; /* New attribute */ in ippAddCollection() local
272 ipp_attribute_t *attr; /* New attribute */ in ippAddCollections() local
329 ipp_attribute_t *attr; /* New attribute */ in ippAddDate() local
378 ipp_attribute_t *attr; /* New attribute */ in ippAddInteger() local
446 ipp_attribute_t *attr; /* New attribute */ in ippAddIntegers() local
512 ipp_attribute_t *attr; /* New attribute */ in ippAddOctetString() local
624 ipp_attribute_t *attr; /* New attribute */ in ippAddRange() local
673 ipp_attribute_t *attr; /* New attribute */ in ippAddRanges() local
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc32 const grpc_completion_queue_attributes* attr) { in default_create()
62 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT, in grpc_completion_queue_create_for_next() local
69 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK, in grpc_completion_queue_create_for_pluck() local
78 grpc_completion_queue_attributes attr = { in grpc_completion_queue_create_for_callback() local
85 const grpc_completion_queue_attributes* attr, void* reserved) { in grpc_completion_queue_create()
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc32 const grpc_completion_queue_attributes* attr) { in default_create()
62 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT, in grpc_completion_queue_create_for_next() local
69 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK, in grpc_completion_queue_create_for_pluck() local
78 grpc_completion_queue_attributes attr = { in grpc_completion_queue_create_for_callback() local
85 const grpc_completion_queue_attributes* attr, void* reserved) { in grpc_completion_queue_create()
/external/mesa3d/src/egl/main/
Deglimage.c39 EGLint attr, EGLint val) in _eglParseKHRImageAttribs()
76 EGLint attr, EGLint val) in _eglParseMESADrmImageAttribs()
106 EGLint attr, EGLint val) in _eglParseWLBindWaylandDisplayAttribs()
124 EGLint attr, EGLint val) in _eglParseEXTImageDmaBufImportAttribs()
217 EGLint attr, EGLint val) in _eglParseEXTImageDmaBufImportModifiersAttribs()
292 EGLint attr = attrib_list[i++]; in _eglParseImageAttribList() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_selector.cc37 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolutionAdreno()
50 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolutionWinogradAdreno()
59 const Convolution2DAttributes& attr, const BHWC& weights_shape, in SelectConvolutionDynamicWeightsAdreno()
70 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolutionNVidia()
82 const Convolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectConvolutionPowerVR()
89 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolutionMali()
103 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolutionWinogradMali()
117 const Convolution2DAttributes& attr, const BHWC& weights_shape, in SelectConvolutionDynamicWeightsMali()
138 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolution()
160 const Convolution2DAttributes& attr, const BHWC& dst_shape, in SelectConvolutionForWinograd()
[all …]
Ddw_convolution_selector.cc27 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionAdreno()
39 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionPowerVR()
51 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionMali()
68 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionApple()
84 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolution()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1()
42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2()
48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1()
58 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2()
71 GLuint attr; in vbo_exec_eval_update() local
127 GLuint attr; in vbo_exec_do_EvalCoord1f() local
173 GLuint attr; in vbo_exec_do_EvalCoord2f() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dresize_test.cc42 Resize2DAttributes attr; in TEST() local
67 Resize2DAttributes attr; in TEST() local
91 Resize2DAttributes attr; in TEST() local
117 Resize2DAttributes attr; in TEST() local
143 Resize2DAttributes attr; in TEST() local
169 Resize2DAttributes attr; in TEST() local
194 Resize2DAttributes attr; in TEST() local
220 Resize2DAttributes attr; in TEST() local
Dprelu_test.cc37 PReLUAttributes attr; in TEST() local
63 PReLUAttributes attr; in TEST() local
90 PReLUAttributes attr; variable
116 PReLUAttributes attr; variable
142 PReLUAttributes attr; variable
168 PReLUAttributes attr; variable
/external/selinux/libselinux/src/
Dprocattr.c81 static int openattr(pid_t pid, const char *attr, int flags) in openattr()
113 pid_t pid, const char *attr) in getprocattrcon_raw()
196 pid_t pid, const char *attr) in getprocattrcon()
212 pid_t pid, const char *attr) in setprocattrcon_raw()
281 pid_t pid, const char *attr) in setprocattrcon()
296 #define getselfattr_def(fn, attr) \ argument
306 #define setselfattr_def(fn, attr) \ argument
316 #define all_selfattr_def(fn, attr) \ argument
320 #define getpidattr_def(fn, attr) \ argument
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java37 public abstract AttributeSet set (Attribute attr, String value); in set()
38 public abstract AttributeSet set (Attribute attr, int value); in set()
59 final Attribute attr = (Attribute) entry.getKey (); in emit() local
88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set()
95 public AttributeSet set (final Attribute attr, final int value) in set()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dadd_bias.cc61 auto& attr = in ApplyToNode() local
67 auto& attr = absl::any_cast<ConvolutionTransposedAttributes&>( in ApplyToNode() local
79 auto& attr = absl::any_cast<DepthwiseConvolution2DAttributes&>( in ApplyToNode() local
84 auto& attr = in ApplyToNode() local
/external/wpa_supplicant_8/src/wps/
Dwps.c105 struct wps_parse_attr attr; in wps_init() local
237 struct wps_parse_attr attr; in wps_is_selected_pbc_registrar() local
263 static int is_selected_pin_registrar(struct wps_parse_attr *attr) in is_selected_pin_registrar()
298 struct wps_parse_attr attr; in wps_is_selected_pin_registrar() local
318 struct wps_parse_attr attr; in wps_is_addr_authorized() local
360 struct wps_parse_attr attr; in wps_ap_priority_compar() local
390 struct wps_parse_attr attr; in wps_get_uuid_e() local
403 struct wps_parse_attr attr; in wps_is_20() local
549 struct wps_parse_attr attr; in wps_attr_text() local

12345678910>>...75