- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for TFE_InitializeLocalOnlyContext (0.17 seconds)
-
tensorflow/c/eager/c_api_experimental_test.cc
int worker_port = tensorflow::testing::PickUnusedPortOrDie(); job_def->mutable_tasks()->at(0) = absl::StrCat("localhost:", worker_port); serialized = server_def.SerializeAsString(); TFE_InitializeLocalOnlyContext(ctx, 0, serialized.data(), serialized.size(), status); EXPECT_EQ(TF_GetCode(status), TF_OK) << TF_Message(status); TFE_DeleteContextOptions(opts);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 09 05:56:18 GMT 2025 - 31.5K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.h
int64_t barrier_timeout_in_ms, TF_Status* status); TF_CAPI_EXPORT extern void TFE_InitializeLocalOnlyContext(TFE_Context* ctx, int keep_alive_secs, const void* proto,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) -
tensorflow/c/eager/c_api_experimental.cc
"Coordination service is not enabled."); return; } status->status = coord_agent->WaitAtBarrier( barrier_id, absl::Milliseconds(barrier_timeout_in_ms), {}); } void TFE_InitializeLocalOnlyContext(TFE_Context* ctx, int keep_alive_secs, const void* proto, size_t proto_len, TF_Status* status) { tensorflow::ServerDef server_def;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)