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