- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ImmediateExecutionDistributedManager (0.89 seconds)
-
tensorflow/c/eager/immediate_execution_context.h
// Set a distributed manager that helps set up, update, and check liveness // of member tasks in the cluster. virtual void SetDistributedManager( std::unique_ptr<ImmediateExecutionDistributedManager> distributed) = 0; virtual ImmediateExecutionDistributedManager* GetDistributedManager() = 0; #endif // !IS_MOBILE_PLATFORM protected: explicit ImmediateExecutionContext(AbstractContextKind kind)
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 12.3K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.cc
} void TFE_InsertConfigKeyValue(TFE_Context* ctx, const char* key, const char* value, TF_Status* status) { tensorflow::ImmediateExecutionDistributedManager* dist_mgr = tensorflow::unwrap(ctx)->GetDistributedManager(); tsl::CoordinationServiceAgent* coord_agent = dist_mgr->GetCoordinationServiceAgent(); if (coord_agent == nullptr) {
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 35.9K bytes - Click Count (0)