Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py271 pywrap_tfe.TFE_MonitoringStringGaugeCellSet(self._cell, value)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h141 TF_CAPI_EXPORT extern void TFE_MonitoringStringGaugeCellSet(
Dc_api_experimental.cc223 void TFE_MonitoringStringGaugeCellSet(TFE_MonitoringStringGaugeCell* cell, in TFE_MonitoringStringGaugeCellSet() function
Dc_api_experimental_test.cc131 TFE_MonitoringStringGaugeCellSet(cell2, "str"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1200 m.def("TFE_MonitoringStringGaugeCellSet", &TFE_MonitoringStringGaugeCellSet); in PYBIND11_MODULE()