Searched refs:TFE_MonitoringIntGaugeCell (Results 1 – 4 of 4) sorted by relevance
151 typedef struct TFE_MonitoringIntGaugeCell TFE_MonitoringIntGaugeCell; typedef155 TFE_MonitoringIntGaugeCell* cell, int64_t value);159 TFE_MonitoringIntGaugeCell* cell);167 TF_CAPI_EXPORT extern TFE_MonitoringIntGaugeCell*177 TF_CAPI_EXPORT extern TFE_MonitoringIntGaugeCell*188 TF_CAPI_EXPORT extern TFE_MonitoringIntGaugeCell*
204 void TFE_MonitoringIntGaugeCellSet(TFE_MonitoringIntGaugeCell* cell, in TFE_MonitoringIntGaugeCellSet()209 int64_t TFE_MonitoringIntGaugeCellValue(TFE_MonitoringIntGaugeCell* cell) { in TFE_MonitoringIntGaugeCellValue()229 TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge0( in TFE_MonitoringGetCellIntGauge0()231 return static_cast<TFE_MonitoringIntGaugeCell*>( in TFE_MonitoringGetCellIntGauge0()252 TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge1( in TFE_MonitoringGetCellIntGauge1()254 return static_cast<TFE_MonitoringIntGaugeCell*>( in TFE_MonitoringGetCellIntGauge1()277 TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge2( in TFE_MonitoringGetCellIntGauge2()279 return static_cast<TFE_MonitoringIntGaugeCell*>( in TFE_MonitoringGetCellIntGauge2()
128 struct TFE_MonitoringIntGaugeCell { struct
63 PYBIND11_MAKE_OPAQUE(TFE_MonitoringIntGaugeCell);303 py::class_<TFE_MonitoringIntGaugeCell> TFE_MonitoringIntGaugeCell_class( in PYBIND11_MODULE()