Home
last modified time | relevance | path

Searched refs:ExportToTensorBoard (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.h31 Status ExportToTensorBoard(const XSpace& xspace, const std::string& logdir);
Dcapture_profile.cc238 Status ExportToTensorBoard(const XSpace& xspace, const std::string& logdir) { in ExportToTensorBoard() function
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_pywrap_impl.h44 tensorflow::Status ExportToTensorBoard();
Dprofiler_pywrap_impl.cc264 tensorflow::Status ProfilerSessionWrapper::ExportToTensorBoard() { in ExportToTensorBoard() function in tensorflow::profiler::pywrap::ProfilerSessionWrapper
273 status = tensorflow::profiler::ExportToTensorBoard(xspace, logdir_); in ExportToTensorBoard()
Dprofiler_wrapper.cc85 status = wrapper.ExportToTensorBoard(); in PYBIND11_MODULE()