Home
last modified time | relevance | path

Searched refs:tensorboard_dir (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dprofiler.cc74 const std::string& tensorboard_dir) -> xla::Status { in BuildProfilerSubmodule() argument
79 tensorboard_dir); in BuildProfilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A Dprofiler.pyi26 def stop_and_export(self, tensorboard_dir: str) -> _Status: ...