Searched refs:TFE_ContextOptionsSetAsync (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental_test.cc | 42 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in ExecuteWithProfiling() 109 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(false)); in TEST()
|
D | c_api_test.cc | 65 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in BM_Execute() 149 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecute() 233 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteSilentCopies() 365 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteChangeServerDef() 463 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleCopyBetweenDevices() 540 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleCopyBetweenDevicesError() 577 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleCopyBetweenTwoGPUDevices() 657 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleSilentCopy() 699 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleSilentCopyLocal() 876 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in Execute_MatMul_CPU() [all …]
|
D | c_api.h | 78 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetAsync(TFE_ContextOptions*,
|
D | c_api.cc | 318 void TFE_ContextOptionsSetAsync(TFE_ContextOptions* options, in TFE_ContextOptionsSetAsync() function
|
/external/tensorflow/tensorflow/go/ |
D | context.go | 62 C.TFE_ContextOptionsSetAsync(opt, C.uchar(async))
|
/external/tensorflow/tensorflow/python/ |
D | pywrap_tfe.i | 75 %rename("%s") TFE_ContextOptionsSetAsync;
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 345 pywrap_tensorflow.TFE_ContextOptionsSetAsync(opts, True)
|