Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/scripts/release_notes/
H A Dcommitlist.py15 get_commit_data_cache,
115 feature_item = get_commit_data_cache().get(commit_hash)
429 feature_item = get_commit_data_cache().get(commit.commit_hash)
464 cdc = get_commit_data_cache()
H A Dcategorize.py18 from common import get_commit_data_cache, topics
25 self.cache = get_commit_data_cache()
H A Dcommon.py300 def get_commit_data_cache(path="results/data.json"): function