Home
last modified time | relevance | path

Searched defs:batch (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api.cpp116 GRD_API int32_t GRD_KVBatchPrepare(uint16_t itemNum, GRD_KVBatchT **batch) in GRD_KVBatchPrepare() argument
139 GRD_API int32_t GRD_KVBatchPut(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPut() argument
150 GRD_API int32_t GRD_KVBatchDel(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchDel() argument
161 GRD_API int32_t GRD_KVBatchDestroy(GRD_KVBatchT *batch) in GRD_KVBatchDestroy() argument
127 GRD_KVBatchPushback(const void *key, uint32_t keyLen, const void *data, uint32_t dataLen, GRD_KVBatchT *batch) GRD_KVBatchPushback() argument
[all...]
H A Dgrd_kv_api_inner.cpp65 int32_t GRD_KVBatchPrepareInner(uint16_t itemNum, GRD_KVBatchT **batch) in GRD_KVBatchPrepareInner() argument
76 int32_t GRD_KVBatchPutInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPutInner() argument
81 int32_t GRD_KVBatchDelInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchDelInner() argument
86 int32_t GRD_KVBatchDestroyInner(GRD_KVBatchT *batch) in GRD_KVBatchDestroyInner() argument
70 GRD_KVBatchPushbackInner(const void *key, uint32_t keyLen, const void *data, uint32_t dataLen, GRD_KVBatchT *batch) GRD_KVBatchPushbackInner() argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.h118 const int32_t batch = dims[DEPTHWISE_WEIGHT_BATCH_DIMENSION]; in TransposeTensor() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.h95 CORE_NS::Entity batch; member
H A Danimation_system.cpp1058 auto batch = [this](size_t i, size_t offset, size_t count) { in ResetToInitialTrackValues() local
1086 auto batch = [this](size_t i, size_t offset, size_t count) { in WriteUpdatedTrackValues() local
/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter.cpp221 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp230 int RdKVBatchPrepare(uint16_t itemNum, GRD_KVBatchT **batch) in RdKVBatchPrepare() argument
235 int RdKVBatchPushback(GRD_KVBatchT *batch, const Key &key, const Value &value) in RdKVBatchPushback() argument
247 int RdKVBatchPut(GRD_DB *db, const char *kvTableName, GRD_KVBatchT *batch) in RdKVBatchPut() argument
266 int RdKVBatchDel(GRD_DB *db, const char *kvTableName, GRD_KVBatchT *batch) in RdKVBatchDel() argument
275 int RdKVBatchDestroy(GRD_KVBatchT *batch) in RdKVBatchDestroy() argument
[all...]
H A Drd_single_ver_storage_executor.cpp395 GRD_KVBatchT *batch = nullptr; in BatchSaveEntries() local
[all...]
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp909 EventResample::Batch batch; in HWTEST_F() local
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp154 Batch& batch = batches_.at(batchIndex); in UpdateBatch() local
165 Batch batch; in UpdateBatch() local
240 Batch& batch in ConsumeBatch() local
273 ConsumeSamples(Batch& batch, size_t count, MotionEvent** outEvent) ConsumeSamples() argument
466 CanAddSample(const Batch &batch, MotionEvent &event) CanAddSample() argument
494 FindSampleNoLaterThan(const Batch& batch, int64_t time) FindSampleNoLaterThan() argument
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp377 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp282 void BufferQueue::SetBatchHandle(bool batch) in SetBatchHandle() argument

Completed in 13 milliseconds