Searched refs:TFE_NewContext (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test.cc | 42 TFE_Context* ctx = TFE_NewContext(opts, status); in BM_InitOp() 66 TFE_Context* ctx = TFE_NewContext(opts, status); in BM_Execute() 94 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST() 152 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecute() 235 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecuteSilentCopies() 367 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecuteChangeServerDef() 464 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleCopyBetweenDevices() 541 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleCopyBetweenDevicesError() 578 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleCopyBetweenTwoGPUDevices() 658 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleSilentCopy() [all …]
|
D | c_api_experimental_test.cc | 43 TFE_Context* ctx = TFE_NewContext(opts, status); in ExecuteWithProfiling() 110 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
|
D | c_api.h | 93 TF_CAPI_EXPORT extern TFE_Context* TFE_NewContext(
|
D | c_api.cc | 336 TFE_Context* TFE_NewContext(const TFE_ContextOptions* opts, TF_Status* status) { in TFE_NewContext() function
|
/external/tensorflow/tensorflow/go/ |
D | context.go | 86 cContext := C.TFE_NewContext(cOpt, status.c)
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental_test.cc | 182 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST() 224 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST() 331 eager_ctx_ = TFE_NewContext(opts, status_); in AddEagerOpToGraphTest()
|
/external/tensorflow/tensorflow/python/ |
D | pywrap_tfe.i | 20 %rename("%s") TFE_NewContext;
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 346 self._context_handle = pywrap_tensorflow.TFE_NewContext(opts)
|