Home
last modified time | relevance | path

Searched refs:TFE_NewContextOptions (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc41 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_InitOp()
64 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_Execute()
93 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
148 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecute()
232 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteSilentCopies()
364 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteChangeServerDef()
462 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenDevices()
539 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenDevicesError()
576 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenTwoGPUDevices()
655 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleSilentCopy()
[all …]
Dc_api_experimental_test.cc41 TFE_ContextOptions* opts = TFE_NewContextOptions(); in ExecuteWithProfiling()
108 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
Dc_api.h51 TF_CAPI_EXPORT extern TFE_ContextOptions* TFE_NewContextOptions(void);
Dc_api.cc311 TFE_ContextOptions* TFE_NewContextOptions() { return new TFE_ContextOptions; } in TFE_NewContextOptions() function
/external/tensorflow/tensorflow/go/
Dcontext.go42 opt := C.TFE_NewContextOptions()
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc181 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
222 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
329 TFE_ContextOptions* opts = TFE_NewContextOptions(); in AddEagerOpToGraphTest()
Dc_api_experimental.cc8546 auto* opts = TFE_NewContextOptions(); in TFE_CreateContextFromSession()
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i72 %rename("%s") TFE_NewContextOptions;
/external/tensorflow/tensorflow/python/eager/
Dcontext.py336 opts = pywrap_tensorflow.TFE_NewContextOptions()