Searched defs:GetEagerContext (Results 1 – 5 of 5) sorted by relevance
87 tensorflow::EagerContext* GetEagerContext() { return eager_context_; } in GetEagerContext() function88 const tensorflow::EagerContext* GetEagerContext() const { in GetEagerContext() function
1162 tensorflow::EagerContext* ContextInterface::GetEagerContext() { in GetEagerContext() function in tfrt::tf::ContextInterface1166 const tensorflow::EagerContext* ContextInterface::GetEagerContext() const { in GetEagerContext() function in tfrt::tf::ContextInterface
55 tensorflow::EagerContext* GetEagerContext() { return eager_context_; } in GetEagerContext() function
82 tfrt::Expected<EagerContext*> GetEagerContext(tfrt::ExecutionContext exec_ctx) { in GetEagerContext() function
55 Status GetEagerContext(const uint64 context_id, EagerContext** ctx) { in GetEagerContext() function in tensorflow::eager::__anon7a15dd630111::TestEagerServiceImpl