MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_Py_Execute

Function TFE_Py_Execute

tensorflow/python/eager/pywrap_tfe_src.cc:726–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724} // namespace
725
726void TFE_Py_Execute(TFE_Context* ctx, const char* device_name,
727 const char* op_name, TFE_InputTensorHandles* inputs,
728 PyObject* attrs, TFE_OutputTensorHandles* outputs,
729 TF_Status* out_status) {
730 TFE_Py_ExecuteCancelable(ctx, device_name, op_name, inputs, attrs,
731 /*cancellation_manager=*/nullptr, outputs,
732 out_status);
733}
734
735void TFE_Py_ExecuteCancelable(TFE_Context* ctx, const char* device_name,
736 const char* op_name,

Callers

nothing calls this directly

Calls 1

TFE_Py_ExecuteCancelableFunction · 0.85

Tested by

no test coverage detected