Searched refs:key_ (Results 1 – 4 of 4) sorted by relevance
122 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
38 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()
44 const RunTimeOperandInfo* key_; variable
4371 Landroid/icu/text/RuleBasedCollator$CollationKeyByteSink;->key_:Landroid/icu/text/RawCollationKey;