Home
last modified time | relevance | path

Searched defs:logdir (Results 1 – 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/python/eager/
Dprofiler.py117 def maybe_create_event_file(logdir): argument
139 def save(logdir, result): argument
185 def __init__(self, logdir): argument
Dprofiler_client.py23 logdir, argument
/external/tensorflow/tensorflow/python/profiler/integration_test/
Dprofiler_api_test.py63 def _check_tools_pb_exist(self, logdir): argument
75 def _check_xspace_pb_exist(self, logdir): argument
100 def on_profile(port, logdir, worker_start): argument
/external/autotest/client/bin/
Dbase_sysinfo.py69 def readline(self, logdir): argument
83 def run(self, logdir): argument
125 def run(self, logdir): argument
177 def run(self, logdir): argument
463 def _log_messages(self, logdir): argument
483 def _read_sysinfo_keyvals(loggables, logdir): argument
Dsysinfo.py13 logdir = site_sysinfo.logdir variable
Dautotestd10 logdir = sys.argv[1] variable
Dautotestd_monitor15 logdir = sys.argv[1] variable
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_pywrap_impl.cc128 absl::string_view logdir, in GetOptionsLocked()
174 absl::string_view service_addresses, absl::string_view logdir, in GetOptionsLocked()
219 const char* service_addr, const char* logdir, const char* worker_list, in Trace()
250 const char* logdir, in Start()
Dprofiler_wrapper.cc66 const py::dict& options) { in PYBIND11_MODULE()
111 int num_tracing_attempts, py::dict options) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_v2.py81 def start(logdir, options=None): argument
197 def __init__(self, logdir, options=None): argument
Dprofiler_client.py27 logdir, argument
/external/tensorflow/tensorflow/python/framework/
Dgraph_io.py27 def write_graph(graph_or_graph_def, logdir, name, as_text=True): argument
/external/tensorflow/tensorflow/python/summary/writer/
Dwriter_cache.py47 def get(logdir): argument
Devent_file_writer_v2.py37 def __init__(self, session, logdir, max_queue=10, flush_secs=120, argument
Dfake_summary_writer.py44 def __init__(self, logdir, graph=None): argument
Devent_file_writer.py41 def __init__(self, logdir, max_queue=10, flush_secs=120, argument
/external/tensorflow/tensorflow/python/training/
Dsummary_io.py31 logdir, argument
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dsave_profile.cc92 std::string GetTensorBoardProfilePluginDir(const std::string& logdir) { in GetTensorBoardProfilePluginDir()
98 Status MaybeCreateEmptyEventFile(const std::string& logdir) { in MaybeCreateEmptyEventFile()
Dcapture_profile.cc180 Status Trace(const std::string& logdir, int num_tracing_attempts, in Trace()
238 Status ExportToTensorBoard(const XSpace& xspace, const std::string& logdir) { in ExportToTensorBoard()
/external/autotest/server/lib/
Dstatus_history.py125 def get_gs_url(cls, logdir): argument
176 def logdir(self): member in _JobEvent
305 def logdir(self): member in _SpecialTaskEvent
390 def logdir(self): member in _TestJobEvent
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc41 Status Initialize(const string& logdir, const string& filename_suffix) { in Initialize()
196 const string& logdir, in CreateSummaryFileWriter()
/external/pytorch/torch/contrib/
D_tensorboard_vis.py22 def dump_tensorboard_summary(graph_executor, logdir): argument
/external/autotest/server/cros/network/
Dpacket_capturer.py100 cmd_netdump=None, ignore_failures=False, logdir=None): argument
217 logdir, disable_captures=False): argument
/external/libcups/config-scripts/
Dcups-directories.m4247 AC_ARG_WITH(logdir, [ --with-logdir set path for log files],logdir="$withval",logdir="") optwith
/external/libopus/dnn/training_tf2/
Dtrain_rdovae.py147 logdir = '{}/{}_{}_logs'.format(args.logdir, args.output, args.cond_size) variable

12