Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc873 struct TensorInfoCacheEntry { struct
894 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()