Searched refs:TFE_MonitoringIntGauge0 (Results 1 – 4 of 4) sorted by relevance
110 typedef struct TFE_MonitoringIntGauge0 TFE_MonitoringIntGauge0; typedef111 TF_CAPI_EXPORT extern TFE_MonitoringIntGauge0* TFE_MonitoringNewIntGauge0(114 TFE_MonitoringIntGauge0* gauge);116 TFE_MonitoringGetCellIntGauge0(TFE_MonitoringIntGauge0* gauge);
153 TFE_MonitoringIntGauge0* TFE_MonitoringNewIntGauge0(const char* name, in TFE_MonitoringNewIntGauge0()156 auto* result = new TFE_MonitoringIntGauge0({name, description}); in TFE_MonitoringNewIntGauge0()165 void TFE_MonitoringDeleteIntGauge0(TFE_MonitoringIntGauge0* gauge) { in TFE_MonitoringDeleteIntGauge0()170 TFE_MonitoringIntGauge0* gauge) { in TFE_MonitoringGetCellIntGauge0()
77 struct TFE_MonitoringIntGauge0 : TFE_MonitoringGauge<tensorflow::int64, 0> { struct
60 PYBIND11_MAKE_OPAQUE(TFE_MonitoringIntGauge0);483 py::class_<TFE_MonitoringIntGauge0> TFE_MonitoringIntGauge0_class( in PYBIND11_MODULE()