- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TFE_GetConfigKeyValue (0.68 seconds)
-
tensorflow/c/eager/c_api_experimental.cc
status->status = tensorflow::errors::FailedPrecondition( "Coordination service agent is not enabled."); return; } status->status = coord_agent->InsertKeyValue(key, value); } void TFE_GetConfigKeyValue(TFE_Context* ctx, const char* key, int64_t timeout_in_ms, TF_Buffer* value_buf, TF_Status* status) { tensorflow::ImmediateExecutionDistributedManager* dist_mgr =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) -
tensorflow/c/eager/c_api_experimental.h
// non-existing config keys will result in errors. // If `timeout_in_ms=0`, this call will block until the key-value is set or the // worker shuts down. TF_CAPI_EXPORT extern void TFE_GetConfigKeyValue(TFE_Context* ctx, const char* key, int64_t timeout_in_ms,Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Feb 21 22:37:46 GMT 2024 - 39.5K bytes - Click Count (1)