Searched refs:TFE_NewContextOptions (Results 1 – 12 of 12) sorted by relevance
42 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 …]
65 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()
44 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()
51 TF_CAPI_EXPORT extern TFE_ContextOptions* TFE_NewContextOptions(void);
679 TFE_ContextOptions* TFE_NewContextOptions() { return new TFE_ContextOptions; } in TFE_NewContextOptions() function
89 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()
325 auto* opts = TFE_NewContextOptions(); in TFE_CreateContextFromSession()
43 TFE_ContextOptions* opts = TFE_NewContextOptions(); in ConstantFoldFallbackHook()
26 TFE_ContextOptions* opts = TFE_NewContextOptions(); in Java_org_tensorflow_EagerSession_allocate()
42 opt := C.TFE_NewContextOptions()
711 m.def("TFE_NewContextOptions", &TFE_NewContextOptions, in PYBIND11_MODULE()
498 opts = pywrap_tfe.TFE_NewContextOptions()