Searched refs:TensorInfoCacheEntry (Results 1 – 1 of 1) sorted by relevance
874 struct TensorInfoCacheEntry { struct895 std::unique_ptr<TensorInfoCacheEntry>>901 std::unique_ptr<TensorInfoCacheEntry> take_cache_entry(int M, int K, int N, in take_cache_entry()912 std::unique_ptr<TensorInfoCacheEntry> e{ in take_cache_entry()913 new TensorInfoCacheEntry{M, K, N, max_threads, {}, nullptr}}; in take_cache_entry()921 void return_cache_entry(std::unique_ptr<TensorInfoCacheEntry> e) in return_cache_entry()