Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py212 return pywrap_tfe.TFE_MonitoringIntGaugeCellValue(self._cell)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h158 TF_CAPI_EXPORT extern int64_t TFE_MonitoringIntGaugeCellValue(
Dc_api_experimental.cc209 int64_t TFE_MonitoringIntGaugeCellValue(TFE_MonitoringIntGaugeCell* cell) { in TFE_MonitoringIntGaugeCellValue() function
Dc_api_experimental_test.cc182 EXPECT_EQ(TFE_MonitoringIntGaugeCellValue(cell), 1); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc845 m.def("TFE_MonitoringIntGaugeCellValue", &TFE_MonitoringIntGaugeCellValue); in PYBIND11_MODULE()