Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py48 get_cell=pywrap_tfe.TFE_MonitoringGetCellIntGauge0),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h168 TFE_MonitoringGetCellIntGauge0(TFE_MonitoringIntGauge0* gauge);
Dc_api_experimental.cc229 TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge0( in TFE_MonitoringGetCellIntGauge0() function
Dc_api_experimental_test.cc180 auto* cell = TFE_MonitoringGetCellIntGauge0(gauge); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc859 m.def("TFE_MonitoringGetCellIntGauge0", &TFE_MonitoringGetCellIntGauge0, in PYBIND11_MODULE()