Home
last modified time | relevance | path

Searched refs:TFE_Py_Execute (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h51 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name,
Dexecute.py59 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
Dpywrap_tfe_test.py254 pywrap_tfe.TFE_Py_Execute(ctx._handle, None, "Split", [value], attrs,
Dbenchmarks_test.py380 pywrap_tfe.TFE_Py_Execute(ctx_handle, None, "Identity", inputs, attrs, 1)
446 pywrap_tfe.TFE_Py_Execute(ctx_handle, device, "MatMul", inputs, attrs, 1)
Dpywrap_tfe_src.cc846 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name, in TFE_Py_Execute() function
/external/tensorflow/
DRELEASE.md1219 * Add a `TFE_Py_Execute` traceme.