-
Notifications
You must be signed in to change notification settings - Fork 540
Closed
Labels
missing feature/sAn issue about missing features in the library.An issue about missing features in the library.
Description
Missing API TFE_ContextOptionsSetConfig:
// Set the config in TF_ContextOptions.options.
// config should be a serialized tensorflow.ConfigProto proto.
// If config was not parsed successfully as a ConfigProto, record the
// error information in *status.
TF_CAPI_EXPORT extern void TFE_ContextOptionsSetConfig(
TFE_ContextOptions* options, const void* proto, size_t proto_len,
TF_Status* status);Metadata
Metadata
Assignees
Labels
missing feature/sAn issue about missing features in the library.An issue about missing features in the library.