Home
last modified time | relevance | path

Searched defs:GetEagerContext (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/eager/
Dtfrt_context.h87 tensorflow::EagerContext* GetEagerContext() { return eager_context_; } in GetEagerContext() function
88 const tensorflow::EagerContext* GetEagerContext() const { in GetEagerContext() function
Dc_api_tfrt.cc1162 tensorflow::EagerContext* ContextInterface::GetEagerContext() { in GetEagerContext() function in tfrt::tf::ContextInterface
1166 const tensorflow::EagerContext* ContextInterface::GetEagerContext() const { in GetEagerContext() function in tfrt::tf::ContextInterface
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.h55 tensorflow::EagerContext* GetEagerContext() { return eager_context_; } in GetEagerContext() function
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Dkernel_utils.cc82 tfrt::Expected<EagerContext*> GetEagerContext(tfrt::ExecutionContext exec_ctx) { in GetEagerContext() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc55 Status GetEagerContext(const uint64 context_id, EagerContext** ctx) { in GetEagerContext() function in tensorflow::eager::__anon7a15dd630111::TestEagerServiceImpl