Home
last modified time | relevance | path

Searched defs:ClientSession (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc47 ClientSession::ClientSession(const Scope& scope, const string& target) in ClientSession() function in tensorflow::ClientSession
50 ClientSession::ClientSession(const Scope& scope) : ClientSession(scope, "") {} in ClientSession() function in tensorflow::ClientSession
52 ClientSession::ClientSession(const Scope& scope, in ClientSession() function in tensorflow::ClientSession
/external/mesa3d/bin/
Dgen_release_notes.py158 async def get_bug(session: aiohttp.ClientSession, bug_id: str) -> str: