Searched refs:TFE_Py_Execute (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe.h | 51 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name,
|
D | execute.py | 59 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
|
D | pywrap_tfe_test.py | 254 pywrap_tfe.TFE_Py_Execute(ctx._handle, None, "Split", [value], attrs,
|
D | benchmarks_test.py | 380 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)
|
D | pywrap_tfe_src.cc | 846 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name, in TFE_Py_Execute() function
|
/external/tensorflow/ |
D | RELEASE.md | 1219 * Add a `TFE_Py_Execute` traceme.
|