Searched refs:TFE_ContextOptionsSetAsync (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_cluster_test.cc | 123 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteChangeServerDef() 215 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteUpdateServerDef() 263 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteUpdateServerDefResourceAccess() 363 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteUpdateServerDefWithFailures()
|
D | c_api_test.cc | 79 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in BM_Execute() 121 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in BM_Execute_Identity() 204 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleCopyBetweenDevices() 281 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleCopyBetweenDevicesError() 321 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleCopyBetweenTwoGPUDevices() 403 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TensorHandleSilentCopy() 610 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in ExecuteAdd() 722 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in Execute_MatMul_CPU() 758 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in Execute_MatMul_CPU_Runtime_Error() 830 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in Execute_MatMul_CPU_Type_Error() [all …]
|
D | c_api_remote_test.cc | 56 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecute()
|
D | c_api_distributed_test.cc | 146 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(/*enable=*/true)); in TestFunctionWithPackedInput() 570 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteDeleteContextWithOutstandingRPC()
|
D | c_api_remote_test_util.cc | 95 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in TestRemoteExecuteSilentCopies()
|
D | c_api.h | 81 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetAsync(TFE_ContextOptions*,
|
D | c_api.cc | 103 void TFE_ContextOptionsSetAsync(TFE_ContextOptions* options, in TFE_ContextOptionsSetAsync() function
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | eager_session_jni.cc | 41 TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); in Java_org_tensorflow_EagerSession_allocate()
|
/external/tensorflow/tensorflow/go/ |
D | context.go | 62 C.TFE_ContextOptionsSetAsync(opt, C.uchar(async))
|
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device_test.cc | 420 TFE_ContextOptionsSetAsync(opts.get(), async); in TestCollective()
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 522 pywrap_tfe.TFE_ContextOptionsSetAsync(opts, True)
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 1025 m.def("TFE_ContextOptionsSetAsync", &TFE_ContextOptionsSetAsync); in PYBIND11_MODULE()
|