16 #ifndef TENSORFLOW_SERVING_CORE_TEST_UTIL_MANAGER_TEST_UTIL_H_
17 #define TENSORFLOW_SERVING_CORE_TEST_UTIL_MANAGER_TEST_UTIL_H_
19 #include "tensorflow_serving/core/aspired_versions_manager.h"
20 #include "tensorflow_serving/core/caching_manager.h"
22 namespace tensorflow {
33 void FlushServables();
36 void HandlePendingAspiredVersionsRequests();
39 void InvokePolicyAndExecuteAction();
41 void SetNumLoadThreads(uint32 num_load_threads);
43 uint32 num_load_threads()
const;
45 void SetCustomSortActions(
46 AspiredVersionsManager::CustomSortActionsFn custom_sort_actions);
59 void SetNumLoadThreads(uint32 num_load_threads);
61 uint32 num_load_threads()
const;
76 int64_t GetLoadMutexMapSize()
const;