Searched refs:TFE_MonitoringCounterCellValue (Results 1 – 5 of 5) sorted by relevance
48 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell), 1); in TEST()60 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell), 6); in TEST()78 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell1), 1); in TEST()86 EXPECT_EQ(TFE_MonitoringCounterCellValue(cell2), 2); in TEST()
57 TF_CAPI_EXPORT extern int64_t TFE_MonitoringCounterCellValue(
73 int64_t TFE_MonitoringCounterCellValue(TFE_MonitoringCounterCell* cell) { in TFE_MonitoringCounterCellValue() function
175 return pywrap_tfe.TFE_MonitoringCounterCellValue(self._cell)
1275 m.def("TFE_MonitoringCounterCellValue", &TFE_MonitoringCounterCellValue); in PYBIND11_MODULE()