Home
last modified time | relevance | path

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

12345678910>>...64

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
Doperation_selector.cc74 const auto attr = in GPUOperationFromNode() local
104 auto attr = absl::any_cast<ConcatAttributes>(node.operation.attributes); in GPUOperationFromNode() local
112 auto attr = in GPUOperationFromNode() local
119 auto attr = absl::any_cast<ConvolutionTransposedAttributes>( in GPUOperationFromNode() local
125 auto attr = absl::any_cast<DepthwiseConvolution2DAttributes>( in GPUOperationFromNode() local
130 auto attr = in GPUOperationFromNode() local
140 auto attr = in GPUOperationFromNode() local
146 auto attr = absl::any_cast<MeanAttributes>(node.operation.attributes); in GPUOperationFromNode() local
151 auto attr = in GPUOperationFromNode() local
174 auto attr = absl::any_cast<PadAttributes>(node.operation.attributes); in GPUOperationFromNode() local
[all …]
Dsimple_selectors.cc53 const ReLUAttributes& attr, const OperationDef& op_def, in SelectReLU()
59 Status SelectPReLU(const PReLUAttributes& attr, in SelectPReLU()
69 void SelectPooling(const Pooling2DAttributes& attr, const OperationDef& op_def, in SelectPooling()
75 void SelectMaxUnpooling(const MaxUnpooling2DAttributes& attr, in SelectMaxUnpooling()
88 Status SelectResize(const Resize2DAttributes& attr, const OperationDef& op_def, in SelectResize()
95 Status SelectConcat(const ConcatAttributes& attr, in SelectConcat()
128 void SelectPadding(const PadAttributes& attr, const OperationDef& op_def, in SelectPadding()
134 void SelectStridedSlice(const SliceAttributes& attr, const OperationDef& op_def, in SelectStridedSlice()
140 Status SelectMean(const MeanAttributes& attr, const OperationDef& op_def, in SelectMean()
150 Status SelectMultiplyScalar(const MultiplyAttributes& attr, in SelectMultiplyScalar()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.cc209 const Convolution2DAttributes& attr) { in CalculateOutputWithoutStrides()
218 const Convolution3DAttributes& attr) { in CalculateOutputWithoutStrides()
227 const Pooling2DAttributes& attr) { in CalculateOutputWithoutStrides()
236 const Pooling3DAttributes& attr) { in CalculateOutputWithoutStrides()
245 const ConvolutionTransposedAttributes& attr) { in CalculateOutput()
253 const ConvolutionTransposed3DAttributes& attr) { in CalculateOutput()
264 int32_t CalculateOutput(const BHWC& input, const AttrT& attr) { in CalculateOutput()
270 int32_t CalculateOutput(const BHWDC& input, const AttrT& attr) { in CalculateOutput()
285 const Convolution2DAttributes& attr) { in CalculateSamePadding()
295 const Convolution3DAttributes& attr) { in CalculateSamePadding()
[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.cc80 Status ConvertAttribute(const mlir::BoolAttr& attr, AttrValue* value) { in ConvertAttribute()
85 Status ConvertAttribute(const mlir::IntegerAttr& attr, AttrValue* value) { in ConvertAttribute()
90 Status ConvertAttribute(const mlir::FloatAttr& attr, AttrValue* value) { in ConvertAttribute()
95 Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) { in ConvertAttribute()
99 Status ConvertAttribute(const mlir::StringAttr& attr, AttrValue* value) { in ConvertAttribute()
133 Status ConvertAttribute(const mlir::UnitAttr& attr, AttrValue* value) { in ConvertAttribute()
138 Status ConvertAttribute(const mlir::FlatSymbolRefAttr& attr, AttrValue* value) { in ConvertAttribute()
143 Status ConvertAttribute(const mlir::ArrayAttr& attr, AttrValue* value) { in ConvertAttribute()
146 if (auto attr = a.dyn_cast<mlir::BoolAttr>()) { in ConvertAttribute() local
148 } else if (auto attr = a.dyn_cast<mlir::IntegerAttr>()) { in ConvertAttribute() local
[all …]
Dconvert_tensor.cc168 Status ConvertOpaqueElementsAttr(const ElementsAttr attr, in ConvertOpaqueElementsAttr()
180 Status ConvertDoubleElementsAttr(const ElementsAttr attr, in ConvertDoubleElementsAttr()
196 Status ConvertFloatElementsAttr(const ElementsAttr attr, in ConvertFloatElementsAttr()
212 Status ConvertHalfElementsAttr(const ElementsAttr attr, in ConvertHalfElementsAttr()
229 Status ConvertIntElementsAttr(const mlir::ElementsAttr attr, in ConvertIntElementsAttr()
242 Status ConvertBfloat16ElementsAttr(const mlir::ElementsAttr attr, in ConvertBfloat16ElementsAttr()
266 Status ConvertInt64ElementsAttr(const mlir::ElementsAttr attr, in ConvertInt64ElementsAttr()
281 Status ConvertBoolElementsAttr(const mlir::ElementsAttr attr, in ConvertBoolElementsAttr()
292 Status ConvertToTensorProto(const ElementsAttr attr, in ConvertToTensorProto()
329 Status ConvertToTensor(const mlir::ElementsAttr attr, Tensor* output_tensor) { in ConvertToTensor()
/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/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/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/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 …]
Dxml.c28 xmlAttr *attr; in add_attr_to_channel() local
74 xmlAttr *attr; in add_attr_to_device() local
136 xmlAttr *attr; in setup_scan_element() local
174 xmlAttr *attr; in create_channel() local
232 xmlAttr *attr; in create_device() local
318 xmlAttr *attr; in parse_context_attr() local
339 xmlAttr *attr; in iio_create_xml_context_helper() local
/external/libcups/cups/
Dipp.c121 ipp_attribute_t *attr; /* New attribute */ in ippAddBoolean() local
168 ipp_attribute_t *attr; /* New attribute */ in ippAddBooleans() local
223 ipp_attribute_t *attr; /* New attribute */ in ippAddCollection() local
276 ipp_attribute_t *attr; /* New attribute */ in ippAddCollections() local
333 ipp_attribute_t *attr; /* New attribute */ in ippAddDate() local
382 ipp_attribute_t *attr; /* New attribute */ in ippAddInteger() local
450 ipp_attribute_t *attr; /* New attribute */ in ippAddIntegers() local
516 ipp_attribute_t *attr; /* New attribute */ in ippAddOctetString() local
628 ipp_attribute_t *attr; /* New attribute */ in ippAddRange() local
677 ipp_attribute_t *attr; /* New attribute */ in ippAddRanges() local
[all …]
/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/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/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/wpa_supplicant_8/src/wps/
Dwps_attr_parse.c20 static int wps_set_vendor_ext_wfa_subelem(struct wps_parse_attr *attr, in wps_set_vendor_ext_wfa_subelem()
91 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
111 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
152 static int wps_set_attr(struct wps_parse_attr *attr, u16 type, in wps_set_attr()
596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg()
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
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
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
Dslice_test.cc44 SliceAttributes attr; in TEST() local
67 SliceAttributes attr; in TEST() local
90 SliceAttributes attr; in TEST() local
113 SliceAttributes attr; in TEST() local
136 SliceAttributes attr; in TEST() local
159 SliceAttributes attr; in TEST() local
Dreshape_test.cc44 ReshapeAttributes attr; variable
66 ReshapeAttributes attr; variable
88 ReshapeAttributes attr; variable
109 ReshapeAttributes attr; in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dattribute_utils.cc22 FloatAttr ExtractSingleElementAsFloat(ElementsAttr attr) { in ExtractSingleElementAsFloat()
31 FloatAttr GetSingleElementAsFloatOrSelf(Attribute attr) { in GetSingleElementAsFloatOrSelf()
39 IntegerAttr ExtractSingleElementAsInteger(ElementsAttr attr) { in ExtractSingleElementAsInteger()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dfuse_mul_to_conv_test.cc134 Convolution2DAttributes attr; in TEST() local
155 DepthwiseConvolution2DAttributes attr; in TEST() local
177 ConvolutionTransposedAttributes attr; in TEST() local
198 FullyConnectedAttributes attr; in TEST() local
218 Convolution2DAttributes attr; in TEST() local
239 DepthwiseConvolution2DAttributes attr; in TEST() local
261 ConvolutionTransposedAttributes attr; in TEST() local
282 FullyConnectedAttributes attr; in TEST() local

12345678910>>...64