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.h203 typedef struct TFE_MonitoringBoolGaugeCell TFE_MonitoringBoolGaugeCell; typedef
205 TFE_MonitoringBoolGaugeCell* cell, bool value);
207 TFE_MonitoringBoolGaugeCell* cell);
215 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
225 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
236 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
Dc_api_experimental.cc358 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet()
363 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue()
383 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge0( in TFE_MonitoringGetCellBoolGauge0()
385 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge0()
406 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1()
408 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge1()
431 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge2( in TFE_MonitoringGetCellBoolGauge2()
433 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge2()
Dtfe_monitoring_internal.h60 struct TFE_MonitoringBoolGaugeCell { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc77 PYBIND11_MAKE_OPAQUE(TFE_MonitoringBoolGaugeCell);
613 py::class_<TFE_MonitoringBoolGaugeCell> TFE_MonitoringBoolGaugeCell_class( in PYBIND11_MODULE()