Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625280358
  • Loading branch information
tensorflower-gardener committed Apr 16, 2024
1 parent fc84fe9 commit dd167e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -74,7 +74,7 @@ tensorflow::Status ProfilerSessionWrapper::Start(
const absl::flat_hash_map<std::string, std::variant<int, std::string>>&
options) {
auto opts = GetRemoteSessionManagerOptionsLocked(logdir, options);
session_ = tensorflow::ProfilerSession::Create(opts.profiler_options());
session_ = tsl::ProfilerSession::Create(opts.profiler_options());
logdir_ = logdir;
return session_->Status();
}
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/python/profiler/internal/profiler_pywrap_impl.h
Expand Up @@ -47,7 +47,7 @@ class ProfilerSessionWrapper {
tensorflow::Status ExportToTensorBoard();

private:
std::unique_ptr<tensorflow::ProfilerSession> session_;
std::unique_ptr<tsl::ProfilerSession> session_;
tensorflow::string logdir_;
};

Expand Down

0 comments on commit dd167e3

Please sign in to comment.