Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h178 typedef struct TFE_MonitoringBoolGaugeCell TFE_MonitoringBoolGaugeCell; typedef
180 TFE_MonitoringBoolGaugeCell* cell, bool value);
182 TFE_MonitoringBoolGaugeCell* cell);
190 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
200 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
211 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
Dc_api_experimental.cc306 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet()
311 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue()
331 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge0( in TFE_MonitoringGetCellBoolGauge0()
333 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge0()
354 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1()
356 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge1()
379 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge2( in TFE_MonitoringGetCellBoolGauge2()
381 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge2()
Dtfe_monitoring_internal.h60 struct TFE_MonitoringBoolGaugeCell { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc72 PYBIND11_MAKE_OPAQUE(TFE_MonitoringBoolGaugeCell);
501 py::class_<TFE_MonitoringBoolGaugeCell> TFE_MonitoringBoolGaugeCell_class( in PYBIND11_MODULE()