Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/resource/
Dstatic_hashtable.cc28 TfLiteStatus StaticHashtable<KeyType, ValueType>::Lookup( in Lookup()
62 TfLiteStatus StaticHashtable<KeyType, ValueType>::Import( in Import()
88 return new StaticHashtable<std::int64_t, std::string>(key_type, value_type); in CreateStaticHashtable()
90 return new StaticHashtable<std::string, std::int64_t>(key_type, value_type); in CreateStaticHashtable()
Dstatic_hashtable.h34 class StaticHashtable : public tflite::resource::LookupInterface {
36 explicit StaticHashtable(TfLiteType key_type, TfLiteType value_type) in StaticHashtable() function
38 ~StaticHashtable() override {} in ~StaticHashtable()