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

Function TFE_ContextOptionsSetAsync

tensorflow/c/eager/c_api.cc:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void TFE_ContextOptionsSetAsync(TFE_ContextOptions* options,
369 unsigned char enable) {
370 options->async = enable;
371}
372
373void TFE_ContextOptionsSetDevicePlacementPolicy(
374 TFE_ContextOptions* options, TFE_ContextDevicePlacementPolicy policy) {

Calls

no outgoing calls