Searched refs:TFE_MonitoringBoolGaugeCellValue (Results 1 – 5 of 5) sorted by relevance
330 return pywrap_tfe.TFE_MonitoringBoolGaugeCellValue(self._cell)
181 TF_CAPI_EXPORT extern bool TFE_MonitoringBoolGaugeCellValue(
311 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue() function
124 EXPECT_TRUE(TFE_MonitoringBoolGaugeCellValue(cell1)); in TEST()
1251 m.def("TFE_MonitoringBoolGaugeCellValue", &TFE_MonitoringBoolGaugeCellValue); in PYBIND11_MODULE()