Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc123 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_InitOp()
145 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_Execute()
170 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
211 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
280 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
338 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
376 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
416 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
447 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
480 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
[all …]
Dc_api.h51 TF_CAPI_EXPORT extern TFE_ContextOptions* TFE_NewContextOptions();
Dc_api.cc72 TFE_ContextOptions* TFE_NewContextOptions() { return new TFE_ContextOptions; } in TFE_NewContextOptions() function
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i48 %rename("%s") TFE_NewContextOptions;
/external/tensorflow/tensorflow/python/eager/
Dcontext.py167 opts = pywrap_tensorflow.TFE_NewContextOptions()