Searched refs:TFE_MonitoringIntGauge1 (Results 1 – 4 of 4) sorted by relevance
119 typedef struct TFE_MonitoringIntGauge1 TFE_MonitoringIntGauge1; typedef120 TF_CAPI_EXPORT extern TFE_MonitoringIntGauge1* TFE_MonitoringNewIntGauge1(124 TFE_MonitoringIntGauge1* gauge);126 TFE_MonitoringGetCellIntGauge1(TFE_MonitoringIntGauge1* gauge,
178 TFE_MonitoringIntGauge1* TFE_MonitoringNewIntGauge1(const char* name, in TFE_MonitoringNewIntGauge1()182 auto* result = new TFE_MonitoringIntGauge1({name, description, label1}); in TFE_MonitoringNewIntGauge1()191 void TFE_MonitoringDeleteIntGauge1(TFE_MonitoringIntGauge1* gauge) { in TFE_MonitoringDeleteIntGauge1()196 TFE_MonitoringIntGauge1* gauge, const char* label1) { in TFE_MonitoringGetCellIntGauge1()
80 struct TFE_MonitoringIntGauge1 : TFE_MonitoringGauge<int64_t, 1> { struct
66 PYBIND11_MAKE_OPAQUE(TFE_MonitoringIntGauge1);597 py::class_<TFE_MonitoringIntGauge1> TFE_MonitoringIntGauge1_class( in PYBIND11_MODULE()