Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 13 of 13) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
Dgrd_kv_api_inner.cpp65 int32_t GRD_KVBatchPrepareInner(uint16_t itemNum, GRD_KVBatchT **batch) in GRD_KVBatchPrepareInner()
71 GRD_KVBatchT *batch) in GRD_KVBatchPushbackInner()
76 int32_t GRD_KVBatchPutInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPutInner()
81 int32_t GRD_KVBatchDelInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchDelInner()
86 int32_t GRD_KVBatchDestroyInner(GRD_KVBatchT *batch) in GRD_KVBatchDestroyInner()
Dgrd_kv_api.cpp116 GRD_API int32_t GRD_KVBatchPrepare(uint16_t itemNum, GRD_KVBatchT **batch) in GRD_KVBatchPrepare()
128 GRD_KVBatchT *batch) in GRD_KVBatchPushback()
139 GRD_API int32_t GRD_KVBatchPut(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPut()
150 GRD_API int32_t GRD_KVBatchDel(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchDel()
161 GRD_API int32_t GRD_KVBatchDestroy(GRD_KVBatchT *batch) in GRD_KVBatchDestroy()
/foundation/multimodalinput/input/service/event_resample/src/
Devent_resample.cpp154 Batch& batch = batches_.at(batchIndex); in UpdateBatch() local
165 Batch batch; in UpdateBatch() local
240 Batch& batch = batches_.at(i); in ConsumeBatch() local
273 ErrCode EventResample::ConsumeSamples(Batch& batch, size_t count, MotionEvent** outEvent) in ConsumeSamples()
466 bool EventResample::CanAddSample(const Batch &batch, MotionEvent &event) in CanAddSample()
494 ssize_t EventResample::FindSampleNoLaterThan(const Batch& batch, int64_t time) in FindSampleNoLaterThan()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_utils.cpp230 int RdKVBatchPrepare(uint16_t itemNum, GRD_KVBatchT **batch) in RdKVBatchPrepare()
235 int RdKVBatchPushback(GRD_KVBatchT *batch, const Key &key, const Value &value) in RdKVBatchPushback()
247 int RdKVBatchPut(GRD_DB *db, const char *kvTableName, GRD_KVBatchT *batch) in RdKVBatchPut()
266 int RdKVBatchDel(GRD_DB *db, const char *kvTableName, GRD_KVBatchT *batch) in RdKVBatchDel()
275 int RdKVBatchDestroy(GRD_KVBatchT *batch) in RdKVBatchDestroy()
Drd_single_ver_storage_executor.cpp395 GRD_KVBatchT *batch = nullptr; in BatchSaveEntries() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
Dnnrt_utils.h118 const int32_t batch = dims[DEPTHWISE_WEIGHT_BATCH_DIMENSION]; in TransposeTensor() local
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_packet.cpp148 std::vector<uint8_t> batch(writeBuffer_.begin() + i, writeBuffer_.begin() + end); in Write() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_preprocessor_system.h95 CORE_NS::Entity batch; member
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/
Dkv_adapter.cpp221 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
Dkv_adapter.cpp377 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
/foundation/multimodalinput/input/service/event_resample/test/
Devent_resample_test.cpp909 EventResample::Batch batch; variable
/foundation/graphic/graphic_surface/surface/src/
Dbuffer_queue.cpp267 void BufferQueue::SetBatchHandle(bool batch) in SetBatchHandle()