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.h230 typedef struct TFE_MonitoringBoolGaugeCell TFE_MonitoringBoolGaugeCell; typedef
232 TFE_MonitoringBoolGaugeCell* cell, bool value);
234 TFE_MonitoringBoolGaugeCell* cell);
242 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
252 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
263 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
Dc_api_experimental.cc366 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet()
371 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue()
391 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge0( in TFE_MonitoringGetCellBoolGauge0()
393 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge0()
414 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1()
416 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge1()
439 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge2( in TFE_MonitoringGetCellBoolGauge2()
441 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge2()
Dc_api_internal.h134 struct TFE_MonitoringBoolGaugeCell { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc65 PYBIND11_MAKE_OPAQUE(TFE_MonitoringBoolGaugeCell);
307 py::class_<TFE_MonitoringBoolGaugeCell> TFE_MonitoringBoolGaugeCell_class( in PYBIND11_MODULE()