Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py55 get_cell=pywrap_tfe.TFE_MonitoringGetCellIntGauge1),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h126 TFE_MonitoringGetCellIntGauge1(TFE_MonitoringIntGauge1* gauge,
Dc_api_experimental.cc192 TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge1( in TFE_MonitoringGetCellIntGauge1() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1182 m.def("TFE_MonitoringGetCellIntGauge1", &TFE_MonitoringGetCellIntGauge1, in PYBIND11_MODULE()