Home
last modified time | relevance | path

Searched refs:TFE_MonitoringGetCellIntGauge2 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py55 get_cell=pywrap_tfe.TFE_MonitoringGetCellIntGauge2),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h137 TFE_MonitoringGetCellIntGauge2(TFE_MonitoringIntGauge2* gauge,
Dc_api_experimental.cc220 TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge2( in TFE_MonitoringGetCellIntGauge2() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1370 m.def("TFE_MonitoringGetCellIntGauge2", &TFE_MonitoringGetCellIntGauge2, in PYBIND11_MODULE()