Home
last modified time | relevance | path

Searched defs:key_value_store_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
H A Dservice.h149 KeyValueStore key_value_store_; variable
/aosp_15_r20/art/runtime/oat/
H A Doat.h160 uint8_t key_value_store_[0]; // note variable width data at end variable
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2903 std::unique_ptr<OatKeyValueStore> key_value_store_; member in art::Dex2Oat