- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for GetDistributedManager (0.1 sec)
-
tensorflow/c/eager/c_api_experimental.cc
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) { status->status = tensorflow::errors::FailedPrecondition(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 35.9K bytes - Viewed (0) -
tensorflow/c/eager/immediate_execution_context.h
// 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) : AbstractContext(kind) {} ~ImmediateExecutionContext() override {} };
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 12.3K bytes - Viewed (0) -
tensorflow/c/eager/c_api.cc
status->status = tensorflow::errors::InvalidArgument( "Invalid tensorflow.ServerDef protocol buffer"); return; } status->status = tensorflow::unwrap(ctx)->GetDistributedManager()->SetOrUpdateServerDef( server_def, /*reset_context=*/true, keep_alive_secs, init_timeout_in_ms, retries, clear_existing_contexts); #endif // !IS_MOBILE_PLATFORM }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 43.9K bytes - Viewed (0)