Searched defs:GetEagerContext (Results 1 – 5 of 5) sorted by relevance
44 tensorflow::EagerContext* GetEagerContext() { return eager_context_; } in GetEagerContext() function45 const tensorflow::EagerContext* GetEagerContext() const { in GetEagerContext() function
1121 tensorflow::EagerContext* ContextInterface::GetEagerContext() { in GetEagerContext() function in tfrt::tf::ContextInterface1125 const tensorflow::EagerContext* ContextInterface::GetEagerContext() const { in GetEagerContext() function in tfrt::tf::ContextInterface
49 tensorflow::EagerContext* GetEagerContext() { return eager_context_; } in GetEagerContext() function
82 tfrt::Expected<EagerContext*> GetEagerContext(tfrt::ExecutionContext exec_ctx) { in GetEagerContext() function
50 Status GetEagerContext(const uint64 context_id, EagerContext** ctx) { in GetEagerContext() function in tensorflow::eager::__anoneb3ab4d90111::TestEagerServiceImpl