Searched refs:TFE_MonitoringCounterCellValue (Results 1 – 5 of 5) sorted by relevance
132 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell), 1); in TEST()144 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell), 6); in TEST()162 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell1), 1); in TEST()170 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell2), 2); in TEST()
109 TF_CAPI_EXPORT extern int64_t TFE_MonitoringCounterCellValue(
130 int64_t TFE_MonitoringCounterCellValue(TFE_MonitoringCounterCell* cell) { in TFE_MonitoringCounterCellValue() function
164 return pywrap_tfe.TFE_MonitoringCounterCellValue(self._cell)
795 m.def("TFE_MonitoringCounterCellValue", &TFE_MonitoringCounterCellValue); in PYBIND11_MODULE()