Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc48 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()
Dc_api_experimental.h57 TF_CAPI_EXPORT extern int64_t TFE_MonitoringCounterCellValue(
Dc_api_experimental.cc73 int64_t TFE_MonitoringCounterCellValue(TFE_MonitoringCounterCell* cell) { in TFE_MonitoringCounterCellValue() function
/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py175 return pywrap_tfe.TFE_MonitoringCounterCellValue(self._cell)
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1275 m.def("TFE_MonitoringCounterCellValue", &TFE_MonitoringCounterCellValue); in PYBIND11_MODULE()