Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h119 typedef struct TFE_MonitoringIntGauge1 TFE_MonitoringIntGauge1; typedef
120 TF_CAPI_EXPORT extern TFE_MonitoringIntGauge1* TFE_MonitoringNewIntGauge1(
124 TFE_MonitoringIntGauge1* gauge);
126 TFE_MonitoringGetCellIntGauge1(TFE_MonitoringIntGauge1* gauge,
Dc_api_experimental.cc178 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()
Dtfe_monitoring_internal.h80 struct TFE_MonitoringIntGauge1 : TFE_MonitoringGauge<int64_t, 1> { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc66 PYBIND11_MAKE_OPAQUE(TFE_MonitoringIntGauge1);
597 py::class_<TFE_MonitoringIntGauge1> TFE_MonitoringIntGauge1_class( in PYBIND11_MODULE()