Skip to content

Missing API TFE_ContextOptionsSetConfig #713

@Esther2013

Description

@Esther2013

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions