MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_ContextOptionsSetConfig

Function TFE_ContextOptionsSetConfig

tensorflow/c/eager/c_api.cc:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361TFE_ContextOptions* TFE_NewContextOptions() { return new TFE_ContextOptions; }
362
363void TFE_ContextOptionsSetConfig(TFE_ContextOptions* options, const void* proto,
364 size_t proto_len, TF_Status* status) {
365 TF_SetConfig(&options->session_options, proto, proto_len, status);
366}
367
368void TFE_ContextOptionsSetAsync(TFE_ContextOptions* options,
369 unsigned char enable) {

Calls 1

TF_SetConfigFunction · 0.85

Tested by

no test coverage detected