Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 38) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dctx.cc174 auto& resources = mutable_impl()->thread_specific_resources_; in EnsureThreadSpecificResources() local
175 while (thread_count > static_cast<int>(resources.size())) { in EnsureThreadSpecificResources()
176 resources.emplace_back(new ThreadSpecificResource); in EnsureThreadSpecificResources()
178 RUY_DCHECK_LE(thread_count, static_cast<int>(resources.size())); in EnsureThreadSpecificResources()
182 const auto& resources = impl().thread_specific_resources_; in GetThreadSpecificTuningResolver() local
183 RUY_DCHECK_LT(thread_index, static_cast<int>(resources.size())); in GetThreadSpecificTuningResolver()
184 return &resources[thread_index]->tuning_resolver; in GetThreadSpecificTuningResolver()
188 const auto& resources = impl().thread_specific_resources_; in GetThreadSpecificAllocator() local
189 RUY_DCHECK_LT(thread_index, static_cast<int>(resources.size())); in GetThreadSpecificAllocator()
190 return &resources[thread_index]->allocator; in GetThreadSpecificAllocator()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/
A Dresource_variable.cc82 void CreateResourceVariableIfNotAvailable(ResourceMap* resources, in CreateResourceVariableIfNotAvailable() argument
84 if (resources->count(resource_id) != 0) { in CreateResourceVariableIfNotAvailable()
87 resources->emplace(resource_id, in CreateResourceVariableIfNotAvailable()
91 ResourceVariable* GetResourceVariable(ResourceMap* resources, int resource_id) { in GetResourceVariable() argument
92 auto it = resources->find(resource_id); in GetResourceVariable()
93 if (it != resources->end()) { in GetResourceVariable()
A Dstatic_hashtable.cc95 void CreateHashtableResourceIfNotAvailable(ResourceMap* resources, in CreateHashtableResourceIfNotAvailable() argument
99 if (resources->count(resource_id) != 0) { in CreateHashtableResourceIfNotAvailable()
103 resources->emplace(resource_id, std::unique_ptr<LookupInterface>(hashtable)); in CreateHashtableResourceIfNotAvailable()
106 LookupInterface* GetHashtableResource(ResourceMap* resources, int resource_id) { in GetHashtableResource() argument
107 auto it = resources->find(resource_id); in GetHashtableResource()
108 if (it != resources->end()) { in GetHashtableResource()
A Dresource_variable.h61 void CreateResourceVariableIfNotAvailable(ResourceMap* resources,
66 ResourceVariable* GetResourceVariable(ResourceMap* resources, int resource_id);
A Dlookup_interfaces.h52 void CreateHashtableResourceIfNotAvailable(ResourceMap* resources,
59 LookupInterface* GetHashtableResource(ResourceMap* resources, int resource_id);
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c64 if (resources) { in check_modestting()
67resources->count_connectors, resources->count_encoders, resources->count_crtcs); in check_modestting()
69 …if (resources->count_connectors > 0 && resources->count_encoders > 0 && resources->count_crtcs > 0… in check_modestting()
72 KMSDRM_drmModeFreeResources(resources); in check_modestting()
445 drmModeRes *resources = NULL; in KMSDRM_VideoInit() local
479 if (!resources) { in KMSDRM_VideoInit()
507 for (int i = 0; i < resources->count_encoders; i++) { in KMSDRM_VideoInit()
559 for (int i = 0; i < resources->count_crtcs; i++) { in KMSDRM_VideoInit()
561 encoder->crtc_id = resources->crtcs[i]; in KMSDRM_VideoInit()
632 if (resources) in KMSDRM_VideoInit()
[all …]
/AliOS-Things-master/components/SDL2/src/image/VisualC/
A DVersion.rc16 // English (U.S.) resources
91 #endif // English (U.S.) resources
/AliOS-Things-master/components/SDL2/src/image/VisualCE/
A DVersion.rc17 // English (U.S.) resources
92 #endif // English (U.S.) resources
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/
A DMakefile12 obj-y += audio_dump/ audioflinger/ audio_process/ hw_dsp/ resources/ \
21 resources/ \
172 src_obj := audio_dump/ audioflinger/ audio_process/ hw_dsp/ resources/ \
181 resources/ \
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DVisualPng.rc16 // English (U.S.) resources
138 #endif // English (U.S.) resources
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Dlibwebpdemux.rc41 #endif // English (United States) resources
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/
A Dlibwebp.rc41 #endif // English (United States) resources
A Dlibwebpdecoder.rc41 #endif // English (United States) resources
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dlibwebpmux.rc41 #endif // English (United States) resources
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/factory/
A DMakefile15 -Iservices/resources \
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11sym.h297 SDL_X11_SYM(void,XRRFreeScreenResources,(XRRScreenResources *resources),(resources),)
298 … *,XRRGetOutputInfo,(Display *dpy, XRRScreenResources *resources, RROutput output),(dpy,resources,…
300 …Info *,XRRGetCrtcInfo,(Display *dpy, XRRScreenResources *resources, RRCrtc crtc),(dpy,resources,cr…
302 …esources *resources, RRCrtc crtc, Time timestamp, int x, int y, RRMode mode, Rotation rotation, RR…
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/mic/
A DMakefile17 -Iservices/resources \
/AliOS-Things-master/components/oss/src/http/
A DCurlHttpClient.cc85 std::vector<RESOURCE_TYPE> resources; in ShutdownAndWait() local
92 resources = m_resources; in ShutdownAndWait()
94 return resources; in ShutdownAndWait()
/AliOS-Things-master/solutions/kws_demo/
A DREADME.md23 ├── resources # 本地mp3语料
/AliOS-Things-master/components/SDL2/src/file/cocoa/
A DSDL_rwopsbundlesupport.m28 /* For proper OS X applications, the resources are contained inside the application bundle.
/AliOS-Things-master/components/SDL2/
A DSDL2.spec33 This is the libraries, include files and other resources you can use
A DSDL2.spec.in33 This is the libraries, include files and other resources you can use
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/
A DMakefile95 -Iservices/resources/ \
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/
A DMakefile31 -Iservices/resources \
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/main/
A DMakefile25 -Iservices/resources \

Completed in 51 milliseconds

12