Searched refs:TFE_MonitoringIntGauge2 (Results 1 – 4 of 4) sorted by relevance
130 typedef struct TFE_MonitoringIntGauge2 TFE_MonitoringIntGauge2; typedef131 TF_CAPI_EXPORT extern TFE_MonitoringIntGauge2* TFE_MonitoringNewIntGauge2(135 TFE_MonitoringIntGauge2* gauge);137 TFE_MonitoringGetCellIntGauge2(TFE_MonitoringIntGauge2* gauge,
198 TFE_MonitoringIntGauge2* TFE_MonitoringNewIntGauge2(const char* name, in TFE_MonitoringNewIntGauge2()204 new TFE_MonitoringIntGauge2({name, description, label1, label2}); in TFE_MonitoringNewIntGauge2()213 void TFE_MonitoringDeleteIntGauge2(TFE_MonitoringIntGauge2* gauge) { in TFE_MonitoringDeleteIntGauge2()218 TFE_MonitoringIntGauge2* gauge, const char* label1, const char* label2) { in TFE_MonitoringGetCellIntGauge2()
83 struct TFE_MonitoringIntGauge2 : TFE_MonitoringGauge<tensorflow::int64, 2> { struct
62 PYBIND11_MAKE_OPAQUE(TFE_MonitoringIntGauge2);487 py::class_<TFE_MonitoringIntGauge2> TFE_MonitoringIntGauge2_class( in PYBIND11_MODULE()