Home
last modified time | relevance | path

Searched refs:TFE_MonitoringNewCounter0 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py31 create=pywrap_tfe.TFE_MonitoringNewCounter0,
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h65 TF_CAPI_EXPORT extern TFE_MonitoringCounter0* TFE_MonitoringNewCounter0(
Dc_api_experimental_test.cc43 TFE_MonitoringNewCounter0("test/counter", status, "description"); in TEST()
Dc_api_experimental.cc77 TFE_MonitoringCounter0* TFE_MonitoringNewCounter0(const char* name, in TFE_MonitoringNewCounter0() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1282 TFE_MonitoringNewCounter0(name, status.get(), description); in PYBIND11_MODULE()