Home
last modified time | relevance | path

Searched defs:to_map (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/
H A Dtrain_decision.py639 def to_map(self): member in AccuracyMetrics
655 def to_map(self): member in WrongSpeedupMetrics
676 def to_map(self): member in RankingMetrics
699 def to_map(self): member in DefaultComparisonMetrics
716 def to_map(self): member in EvalResults
/aosp_15_r20/external/pytorch/torch/distributed/
H A Dutils.py114 def to_map(obj): function
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/
H A Dapi.py157 def to_map( function
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_report.cpp197 const MapEntry* to_map = thread_tree_->FindMap(thread, item.to); in CreateBranchSample() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs4562 fn to_map(&self, dfa: &DFA<T>) -> BTreeMap<StateID, Vec<PatternID>> { in to_map() method
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp2214 Block* to_map, in map_block()