- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for InitializeLocalOnlyContext (0.21 sec)
-
tensorflow/c/eager/immediate_execution_distributed_manager.h
// for remote workers. Currently this only works for resetting context. // TODO(b/289445025): Consider removing this when we find a proper fix. virtual absl::Status InitializeLocalOnlyContext(const ServerDef& server_def, int keep_alive_secs) = 0; // Set up a multi-client distributed execution environment. Must be called
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 2.9K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental.cc
"Invalid tensorflow.ServerDef protocol buffer"); return; } status->status = tensorflow::unwrap(ctx) ->GetDistributedManager() ->InitializeLocalOnlyContext(server_def, keep_alive_secs);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 35.9K bytes - Viewed (0)