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 | 52 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
|
D | pywrap_tfe_test.py | 251 pywrap_tfe.TFE_Py_Execute(ctx._handle, None, "Split", [split_dim, value],
|
D | benchmarks_test.py | 372 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)
|
D | pywrap_tfe_src.cc | 867 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name, in TFE_Py_Execute() function
|
/external/tensorflow/ |
D | RELEASE.md | 5576 * Add a `TFE_Py_Execute` traceme.
|