Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAAllocatorConfig.h22 return instance().m_garbage_collection_threshold; in garbage_collection_threshold()
112 std::atomic<double> m_garbage_collection_threshold; variable
H A DCUDAAllocatorConfig.cpp15 m_garbage_collection_threshold(0), in CUDAAllocatorConfig()
107 m_garbage_collection_threshold = val1; in parseGarbageCollectionThreshold()
241 m_garbage_collection_threshold = 0; in parseArgs()