Searched refs:get_profiles (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler_test.py | 42 profiles = pprof_profiler.get_profiles(graph, run_metadata) 58 profiles = pprof_profiler.get_profiles(graph, run_metadata) 125 profiles = pprof_profiler.get_profiles(graph, run_metadata) 152 profiles = pprof_profiler.get_profiles(sess.graph, run_metadata)
|
D | pprof_profiler.py | 389 def get_profiles(graph, run_metadata): function 423 profiles = get_profiles(graph, run_metadata)
|
D | profile_context_test.py | 66 self.assertEqual(set([15, 50, 100]), set(pctx.get_profiles("op").keys()))
|
D | profile_context.py | 194 def get_profiles(self, cmd): member in ProfileContext
|
/external/autotest/client/cros/scripts/ |
D | profile | 88 for profile in shill.get_profiles(): 106 for profile in shill.get_profiles():
|
/external/crosvm/devices/src/virtio/video/encoder/ |
D | encoder.rs | 207 pub fn get_profiles(&self, coded_format: &Format) -> Option<&Vec<Profile>> { in get_profiles() method 212 let profiles = self.get_profiles(coded_format)?; in get_default_profile()
|
D | mod.rs | 1051 QueryCtrlType::Profile(format) => match self.cros_capabilities.get_profiles(&format) { in query_control()
|
/external/autotest/client/cros/networking/ |
D | shill_proxy.py | 399 connection.get_profiles() 584 def get_profiles(self): member in ShillProxy
|
D | wifi_proxy.py | 30 profiles = self.get_profiles()
|
D | shill_xmlrpc_server.py | 216 for profile in shill.get_profiles():
|