- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TFE_ContextUpdateServerDefWithTimeout (0.27 sec)
-
tensorflow/c/eager/c_api_experimental_test.cc
// 5a. Update `ctx_0` with updated `server_def_0`. { server_def_0.set_task_index(0); string serialized_update = server_def_0.SerializeAsString(); TF_Status* status = TF_NewStatus(); TFE_ContextUpdateServerDefWithTimeout(ctx_0, 0, serialized_update.data(), serialized_update.size(), init_timeout_in_ms, status);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 03:14:26 UTC 2023 - 31.5K bytes - Viewed (0) -
tensorflow/c/eager/c_api.cc
TF_Status* status) { TFE_ContextUpdateServerDefWithTimeout(ctx, keep_alive_secs, proto, proto_len, /*init_timeout_in_ms=*/0, status); } TF_CAPI_EXPORT extern void TFE_ContextUpdateServerDefWithTimeout( TFE_Context* ctx, int keep_alive_secs, const void* proto, size_t proto_len,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 43.9K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental.h
TF_Status* status); // This API is for experimental usage and may be subject to change. TF_CAPI_EXPORT extern void TFE_ContextUpdateServerDefWithTimeout( TFE_Context* ctx, int keep_alive_secs, const void* proto, size_t proto_len, int64_t init_timeout_in_ms, TF_Status* status); // This API is for experimental usage and may be subject to change.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Feb 21 22:37:46 UTC 2024 - 39.5K bytes - Viewed (0)