Home
last modified time | relevance | path

Searched refs:runtimeData (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/inference_engines/x-inference-engines/
H A Dx_inference_lib.c65 if (runtimeData->doPerfMonitoring) { in initRuntimeData()
81 runtimeData->constWeights = result; in initRuntimeData()
146 free(runtimeData->activations); in cleanupRuntimeData()
147 free(runtimeData->constWeights); in cleanupRuntimeData()
148 free(runtimeData->mutWeights); in cleanupRuntimeData()
150 runtimeData->activations = NULL; in cleanupRuntimeData()
151 runtimeData->constWeights = NULL; in cleanupRuntimeData()
152 runtimeData->mutWeights = NULL; in cleanupRuntimeData()
194 (void)memcpy(runtimeData->mutWeights + runtimeData->inputOffset, in runInference()
204 (runtimeData->inferenceFunc)(runtimeData->constWeights, in runInference()
[all …]
H A Dmain.c161 struct RuntimeData runtimeData; in main() local
232 retval = initRuntimeData(&networkData, &runtimeData); in main()
235 cleanupRuntimeData(&runtimeData); in main()
248 cleanupRuntimeData(&runtimeData); in main()
256 cleanupRuntimeData(&runtimeData); in main()
262 runInference(&inferenceIO, &runtimeData); in main()
266 cleanupRuntimeData(&runtimeData); in main()
273 if (runtimeData.doPerfMonitoring) { in main()
274 reportPerformance(&(runtimeData.ps), arguments.perfLogFile); in main()
279 cleanupRuntimeData(&runtimeData); in main()
H A Dx_inference_lib.h119 struct RuntimeData *runtimeData);
131 void cleanupRuntimeData(struct RuntimeData *runtimeData);
140 struct RuntimeData *runtimeData);
/dports/devel/app-builder/app-builder-3.4.2/pkg/package-format/appimage/
H A DappImage.go108 runtimeData, err := ioutil.ReadFile(filepath.Join(appImageToolDir, "runtime-"+arch))
113 err = createSquashFs(options, len(runtimeData))
118 err = writeRuntimeData(outputFile, runtimeData)
141 func writeRuntimeData(filePath string, runtimeData []byte) error {
147 _, err = file.WriteAt(runtimeData, 0)
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/
H A Dmisc.cpp83 lastfm::dir::runtimeData() in runtimeData() function in lastfm::dir
95 return runtimeData(); in logs()
106 return ensurePathExists( runtimeData().filePath( "cache" ) ); in cache()
H A Dmisc.h40 LASTFM_DLLEXPORT QDir runtimeData();
H A DScrobbleCache.cpp50 d->m_path = lastfm::dir::runtimeData().filePath( username + "_subs_cache.xml" ); in ScrobbleCache()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqgraphicssystem_runtime.cpp159 if (data->runtimeData()) { in copy()
161 m_data->copy(data->runtimeData(), rect); in copy()
249 QPixmapData* QRuntimePixmapData::runtimeData() const in runtimeData() function in QRuntimePixmapData
H A Dqgraphicssystem_runtime_p.h105 virtual QPixmapData *runtimeData() const;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonCode.h321 uint8_t* runtimeData() { in runtimeData() function
501 return *(IonCache*) &runtimeData()[offset]; in getCache()
517 return (CacheLocation*) &runtimeData()[locIndex]; in getCacheLocs()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonCode.h321 uint8_t* runtimeData() { in runtimeData() function
497 return *(IonCache*) &runtimeData()[offset]; in getCache()
513 return (CacheLocation*) &runtimeData()[locIndex]; in getCacheLocs()
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/fingerprint/
H A DCollection.cpp43 m_db.setDatabaseName( lastfm::dir::runtimeData().filePath( "collection.db" ) ); in Collection()
/dports/games/dustrac/DustRacing2D-ae380b8/
H A DInstallWindows.cmake14 add_custom_target(runtimeData ALL target
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/image/
H A Dqpixmapdata_p.h149 virtual QPixmapData *runtimeData() const { return 0; } in runtimeData() function
H A Dqpixmap.cpp2155 return pm->runtimeData() ? pm->runtimeData() : pm; in pixmapData()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonScript.h170 uint8_t* runtimeData() { in runtimeData() function
372 return *reinterpret_cast<IonIC*>(runtimeData() + offset); in getIC()
H A DIon.cpp777 memcpy(runtimeData(), data, runtimeSize()); in copyRuntimeData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DIonScript.h181 uint8_t* runtimeData() { in runtimeData() function
405 return *reinterpret_cast<IonIC*>(runtimeData() + offset); in getIC()
H A DIon.cpp872 memcpy(runtimeData(), data, runtimeSize()); in copyRuntimeData()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DIonScript.h181 uint8_t* runtimeData() { in runtimeData() function
405 return *reinterpret_cast<IonIC*>(runtimeData() + offset); in getIC()
H A DIon.cpp861 memcpy(runtimeData(), data, runtimeSize()); in copyRuntimeData()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DIonScript.h181 uint8_t* runtimeData() { in runtimeData() function
405 return *reinterpret_cast<IonIC*>(runtimeData() + offset); in getIC()
H A DIon.cpp872 memcpy(runtimeData(), data, runtimeSize()); in copyRuntimeData()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonCode.h290 uint8_t* runtimeData() { return &bottomBuffer()[runtimeData_]; } in runtimeData() function
439 return *(IonIC*)&runtimeData()[offset]; in getIC()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/lastfm/
H A DScrobblerAdapter.cpp45 dirs << lastfm::dir::runtimeData() << lastfm::dir::cache() << lastfm::dir::logs(); in ScrobblerAdapter()

12