Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc42 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_InitOp()
65 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_Execute()
100 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_Execute_Identity()
132 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
173 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenDevices()
250 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenDevicesError()
290 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenTwoGPUDevices()
369 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleSilentCopy()
414 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleSilentCopyLocal()
462 TFE_ContextOptions* opts = TFE_NewContextOptions(); in SetAndGetOpDevices()
[all …]
Dc_api_remote_test.cc65 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecute()
151 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteSilentCopies()
236 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteDeleteContextWithOutstandingRPC()
358 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteChangeServerDef()
Dc_api_experimental_test.cc44 TFE_ContextOptions* opts = TFE_NewContextOptions(); in ExecuteWithProfiling()
320 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
396 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
455 TFE_ContextOptions* opts = TFE_NewContextOptions(); in Executor_MatMul_CPU()
504 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
Dc_api.h51 TF_CAPI_EXPORT extern TFE_ContextOptions* TFE_NewContextOptions(void);
Dc_api.cc679 TFE_ContextOptions* TFE_NewContextOptions() { return new TFE_ContextOptions; } in TFE_NewContextOptions() function
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc89 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
130 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST()
211 : status_(TF_NewStatus()), tfe_context_options_(TFE_NewContextOptions()) { in ShapeInferenceTest()
Dc_api_experimental.cc325 auto* opts = TFE_NewContextOptions(); in TFE_CreateContextFromSession()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dconstant_fold.cc43 TFE_ContextOptions* opts = TFE_NewContextOptions(); in ConstantFoldFallbackHook()
/external/tensorflow/tensorflow/java/src/main/native/
Deager_session_jni.cc26 TFE_ContextOptions* opts = TFE_NewContextOptions(); in Java_org_tensorflow_EagerSession_allocate()
/external/tensorflow/tensorflow/go/
Dcontext.go42 opt := C.TFE_NewContextOptions()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc711 m.def("TFE_NewContextOptions", &TFE_NewContextOptions, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py498 opts = pywrap_tfe.TFE_NewContextOptions()