Home
last modified time | relevance | path

Searched refs:modeKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Ddepth_to_space_builder.cpp70 int modeKey = *(static_cast<int*>(buffer)); in SetMode() local
71 auto it = modeList.find(modeKey); in SetMode()
75 LOGE("[DepthToSpace] The mode value should between [0, 1], but get %d.", modeKey); in SetMode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp145 …const Key modeKey(DISTRIBUTED_TABLE_MODE, DISTRIBUTED_TABLE_MODE + strlen(DISTRIBUTED_TABLE_MODE)); in CheckTableModeFromMeta() local
147 int errCode = storageEngine_->GetMetaData(modeKey, modeVal); in CheckTableModeFromMeta()
221 …const Key modeKey(DISTRIBUTED_TABLE_MODE, DISTRIBUTED_TABLE_MODE + strlen(DISTRIBUTED_TABLE_MODE)); in SaveTableModeToMeta() local
224 int errCode = storageEngine_->PutMetaData(modeKey, modeVal); in SaveTableModeToMeta()