Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc43 TFE_Context* ctx = TFE_NewContext(opts, status); in BM_InitOp()
67 TFE_Context* ctx = TFE_NewContext(opts, status); in BM_Execute()
102 TFE_Context* ctx = TFE_NewContext(opts, status); in BM_Execute_Identity()
133 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
175 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleCopyBetweenDevices()
252 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleCopyBetweenDevicesError()
292 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleCopyBetweenTwoGPUDevices()
372 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleSilentCopy()
418 TFE_Context* ctx = TFE_NewContext(opts, status.get()); in TensorHandleSilentCopyLocal()
463 TFE_Context* ctx = TFE_NewContext(opts, status); in SetAndGetOpDevices()
[all …]
Dc_api_remote_test.cc69 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecute()
154 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecuteSilentCopies()
240 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecuteDeleteContextWithOutstandingRPC()
361 TFE_Context* ctx = TFE_NewContext(opts, status); in TestRemoteExecuteChangeServerDef()
Dc_api_experimental_test.cc46 TFE_Context* ctx = TFE_NewContext(opts, status); in ExecuteWithProfiling()
321 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
397 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
456 TFE_Context* ctx = TFE_NewContext(opts, status); in Executor_MatMul_CPU()
505 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
Dc_api.h99 TF_CAPI_EXPORT extern TFE_Context* TFE_NewContext(
Dc_api.cc698 TFE_Context* TFE_NewContext(const TFE_ContextOptions* opts, TF_Status* status) { in TFE_NewContext() function
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc90 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
132 TFE_Context* ctx = TFE_NewContext(opts, status); in TEST()
212 tfe_context_ = TFE_NewContext(tfe_context_options_, status_); in ShapeInferenceTest()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dconstant_fold.cc44 auto ctx = TFE_NewContext(opts, status); in ConstantFoldFallbackHook()
/external/tensorflow/tensorflow/java/src/main/native/
Deager_session_jni.cc44 TFE_Context* context = TFE_NewContext(opts, status); in Java_org_tensorflow_EagerSession_allocate()
/external/tensorflow/tensorflow/go/
Dcontext.go86 cContext := C.TFE_NewContext(cOpt, status.c)
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc349 TFE_Context* context = TFE_NewContext(opts, status.get()); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py513 context_handle = pywrap_tfe.TFE_NewContext(opts)