Home
last modified time | relevance | path

Searched defs:RunProfile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/curl/tests/http/testenv/
H A Dcurl.py49 class RunProfile: class
54 def AverageStats(cls, profiles: List['RunProfile']):
191 profile: Optional[RunProfile] = None,
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dprint_model_analysis.cc36 string RunProfile(const string& command, const string& options, in RunProfile() function