Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/saved_model/
Dloader.h60 Session* GetSession() const override { return session.get(); } in GetSession() function
89 Session* GetSession() const override { return session_.get(); } in GetSession() function
/external/v8/src/d8/
Dd8.cc2830 static v8_inspector::V8InspectorSession* GetSession(Local<Context> context) { in GetSession() function in v8::InspectorClient