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.py52 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
Dpywrap_tfe_test.py251 pywrap_tfe.TFE_Py_Execute(ctx._handle, None, "Split", [split_dim, value],
Dbenchmarks_test.py372 pywrap_tfe.TFE_Py_Execute(ctx_handle, None, "Identity", inputs, attrs, 1)
441 pywrap_tfe.TFE_Py_Execute(ctx_handle, device, "MatMul", inputs, attrs, 1)
Dpywrap_tfe_src.cc867 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name, in TFE_Py_Execute() function
/external/tensorflow/
DRELEASE.md5576 * Add a `TFE_Py_Execute` traceme.