Searched refs:TFE_MonitoringIntGaugeCellValue (Results 1 – 5 of 5) sorted by relevance
212 return pywrap_tfe.TFE_MonitoringIntGaugeCellValue(self._cell)
158 TF_CAPI_EXPORT extern int64_t TFE_MonitoringIntGaugeCellValue(
209 int64_t TFE_MonitoringIntGaugeCellValue(TFE_MonitoringIntGaugeCell* cell) { in TFE_MonitoringIntGaugeCellValue() function
182 EXPECT_EQ(TFE_MonitoringIntGaugeCellValue(cell), 1); in TEST()
845 m.def("TFE_MonitoringIntGaugeCellValue", &TFE_MonitoringIntGaugeCellValue); in PYBIND11_MODULE()