Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py45 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_test.cc94 auto* gauge = TFE_MonitoringNewIntGauge0("test/gauge", status, "test"); in TEST()
Dc_api_experimental.cc156 TFE_MonitoringIntGauge0* TFE_MonitoringNewIntGauge0(const char* name, in TFE_MonitoringNewIntGauge0() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1332 TFE_MonitoringNewIntGauge0(name, status.get(), description); in PYBIND11_MODULE()