Home
last modified time | relevance | path

Searched refs:TFE_MonitoringIntGauge0 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h110 typedef struct TFE_MonitoringIntGauge0 TFE_MonitoringIntGauge0; typedef
111 TF_CAPI_EXPORT extern TFE_MonitoringIntGauge0* TFE_MonitoringNewIntGauge0(
114 TFE_MonitoringIntGauge0* gauge);
116 TFE_MonitoringGetCellIntGauge0(TFE_MonitoringIntGauge0* gauge);
Dc_api_experimental.cc153 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()
Dtfe_monitoring_internal.h77 struct TFE_MonitoringIntGauge0 : TFE_MonitoringGauge<tensorflow::int64, 0> { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc60 PYBIND11_MAKE_OPAQUE(TFE_MonitoringIntGauge0);
483 py::class_<TFE_MonitoringIntGauge0> TFE_MonitoringIntGauge0_class( in PYBIND11_MODULE()