Home
last modified time | relevance | path

Searched refs:ContextFromInterface (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc108 EagerContext *cpp_context = ContextFromInterface(unwrap(tfe_context)); in ImportFunction()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc61 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_GetContextId()
634 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_CreatePackedTensorHandle()
Dc_api.cc210 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_ContextUpdateServerDef()
535 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_NewCustomDeviceTensorHandle()
564 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_NewTensorHandleFromDeviceMemory()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc518 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_AbortCollectiveOps()
527 tensorflow::ContextFromInterface(tensorflow::unwrap(ctx)); in TFE_CollectiveOpsCheckPeerHealth()
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib_test.cc180 TF_ASSERT_OK(ContextFromInterface(unwrap(context.get())) in TEST()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h732 inline EagerContext* ContextFromInterface(ImmediateExecutionContext* context) { in ContextFromInterface() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc305 EagerContext* context = ContextFromInterface( in InputTFE_OutputTensorHandles()