Searched refs:TensorInfoCacheEntry (Results 1 – 1 of 1) sorted by relevance
873 struct TensorInfoCacheEntry { struct894 std::unique_ptr<TensorInfoCacheEntry>>900 std::unique_ptr<TensorInfoCacheEntry> take_cache_entry(int M, int K, int N, in take_cache_entry()911 std::unique_ptr<TensorInfoCacheEntry> e{ in take_cache_entry()912 new TensorInfoCacheEntry{M, K, N, max_threads, {}, nullptr}}; in take_cache_entry()920 void return_cache_entry(std::unique_ptr<TensorInfoCacheEntry> e) in return_cache_entry()