Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc44 TFE_DeleteContextOptions(opts); in BM_InitOp()
68 TFE_DeleteContextOptions(opts); in BM_Execute()
95 TFE_DeleteContextOptions(opts); in TEST()
154 TFE_DeleteContextOptions(opts); in TestRemoteExecute()
237 TFE_DeleteContextOptions(opts); in TestRemoteExecuteSilentCopies()
369 TFE_DeleteContextOptions(opts); in TestRemoteExecuteChangeServerDef()
465 TFE_DeleteContextOptions(opts); in TensorHandleCopyBetweenDevices()
542 TFE_DeleteContextOptions(opts); in TensorHandleCopyBetweenDevicesError()
579 TFE_DeleteContextOptions(opts); in TensorHandleCopyBetweenTwoGPUDevices()
659 TFE_DeleteContextOptions(opts); in TensorHandleSilentCopy()
[all …]
Dc_api_experimental_test.cc48 TFE_DeleteContextOptions(opts); in ExecuteWithProfiling()
112 TFE_DeleteContextOptions(opts); in TEST()
Dc_api.h85 TF_CAPI_EXPORT extern void TFE_DeleteContextOptions(TFE_ContextOptions*);
Dc_api.cc334 void TFE_DeleteContextOptions(TFE_ContextOptions* options) { delete options; } in TFE_DeleteContextOptions() function
/external/tensorflow/tensorflow/go/
Dcontext.go53 C.TFE_DeleteContextOptions(opt)
85 defer C.TFE_DeleteContextOptions(cOpt)
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc184 TFE_DeleteContextOptions(opts); in TEST()
226 TFE_DeleteContextOptions(opts); in TEST()
333 TFE_DeleteContextOptions(opts); in AddEagerOpToGraphTest()
Dc_api_experimental.cc8556 TFE_DeleteContextOptions(opts); in TFE_CreateContextFromSession()
8562 TFE_DeleteContextOptions(opts); in TFE_CreateContextFromSession()
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i76 %rename("%s") TFE_DeleteContextOptions;
/external/tensorflow/tensorflow/python/eager/
Dcontext.py348 pywrap_tensorflow.TFE_DeleteContextOptions(opts)