Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc130 NewProfileSessionRequest new_session_request; in NewSession() local
131 *new_session_request.mutable_request() = in NewSession()
133 new_session_request.set_repository_root(repository_root); in NewSession()
134 new_session_request.set_session_id(session_id); in NewSession()
136 new_session_request.add_hosts(hostname); in NewSession()
155 stub->NewSession(&context, new_session_request, &new_session_response))); in NewSession()