Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py49 create=pywrap_tfe.TFE_MonitoringNewIntGauge0,
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h111 TF_CAPI_EXPORT extern TFE_MonitoringIntGauge0* TFE_MonitoringNewIntGauge0(
Dc_api_experimental.cc153 TFE_MonitoringIntGauge0* TFE_MonitoringNewIntGauge0(const char* name, in TFE_MonitoringNewIntGauge0() function
Dc_api_experimental_test.cc95 auto* gauge = TFE_MonitoringNewIntGauge0("test/gauge", status, "test"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1160 TFE_MonitoringNewIntGauge0(name, status.get(), description); in PYBIND11_MODULE()