Home
last modified time | relevance | path

Searched refs:TFE_ContextOptionsSetAsync (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc42 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in ExecuteWithProfiling()
109 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(false)); in TEST()
Dc_api_test.cc65 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 …]
Dc_api.h78 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetAsync(TFE_ContextOptions*,
Dc_api.cc318 void TFE_ContextOptionsSetAsync(TFE_ContextOptions* options, in TFE_ContextOptionsSetAsync() function
/external/tensorflow/tensorflow/go/
Dcontext.go62 C.TFE_ContextOptionsSetAsync(opt, C.uchar(async))
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i75 %rename("%s") TFE_ContextOptionsSetAsync;
/external/tensorflow/tensorflow/python/eager/
Dcontext.py345 pywrap_tensorflow.TFE_ContextOptionsSetAsync(opts, True)