Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py87 get_cell=pywrap_tfe.TFE_MonitoringGetCellBoolGauge1),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h226 TFE_MonitoringGetCellBoolGauge1(TFE_MonitoringBoolGauge1* gauge,
Dc_api_experimental_test.cc121 auto* cell1 = TFE_MonitoringGetCellBoolGauge1(gauge1, "foo"); in TEST()
Dc_api_experimental.cc406 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1484 m.def("TFE_MonitoringGetCellBoolGauge1", &TFE_MonitoringGetCellBoolGauge1, in PYBIND11_MODULE()