Home
last modified time | relevance | path

Searched refs:key_ (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h122 key_[0] = static_cast<uint32>(seed); in PhiloxRandom()
123 key_[1] = static_cast<uint32>(seed >> 32); in PhiloxRandom()
128 key_[0] = static_cast<uint32>(seed_lo); in PhiloxRandom()
129 key_[1] = static_cast<uint32>(seed_lo >> 32); in PhiloxRandom()
135 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom()
160 Key key = key_; in operator()
247 Key key_; variable
/packages/modules/NeuralNetworks/common/operations/
DHashtableLookup.cpp38 key_ = GetInput(operation, operands, kKeyTensor); in HashtableLookup()
54 pointer = bsearch(lookup_->buffer + sizeof(int) * i, key_->buffer, num_rows, sizeof(int), in Eval()
57 idx = (reinterpret_cast<uint8_t*>(pointer) - key_->buffer) / sizeof(float); in Eval()
DHashtableLookup.h44 const RunTimeOperandInfo* key_; variable
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt4371 Landroid/icu/text/RuleBasedCollator$CollationKeyByteSink;->key_:Landroid/icu/text/RawCollationKey;