Home
last modified time | relevance | path

Searched refs:TFE_NewContext (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc42 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 …]
Dc_api_experimental_test.cc43 TFE_Context* ctx = TFE_NewContext(opts, status); in ExecuteWithProfiling()
110 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
Dc_api.h93 TF_CAPI_EXPORT extern TFE_Context* TFE_NewContext(
Dc_api.cc336 TFE_Context* TFE_NewContext(const TFE_ContextOptions* opts, TF_Status* status) { in TFE_NewContext() function
/external/tensorflow/tensorflow/go/
Dcontext.go86 cContext := C.TFE_NewContext(cOpt, status.c)
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc182 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/
Dpywrap_tfe.i20 %rename("%s") TFE_NewContext;
/external/tensorflow/tensorflow/python/eager/
Dcontext.py346 self._context_handle = pywrap_tensorflow.TFE_NewContext(opts)