Searched refs:TFE_MonitoringSamplerCell (Results 1 – 4 of 4) sorted by relevance
219 typedef struct TFE_MonitoringSamplerCell TFE_MonitoringSamplerCell; typedef223 TFE_MonitoringSamplerCell* cell, double value);228 TFE_MonitoringSamplerCell* cell, TF_Buffer* buf);245 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0(255 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler1(265 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler2(
385 void TFE_MonitoringSamplerCellAdd(TFE_MonitoringSamplerCell* cell, in TFE_MonitoringSamplerCellAdd()390 void TFE_MonitoringSamplerCellValue(TFE_MonitoringSamplerCell* cell, in TFE_MonitoringSamplerCellValue()433 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0( in TFE_MonitoringGetCellSampler0()435 return static_cast<TFE_MonitoringSamplerCell*>( in TFE_MonitoringGetCellSampler0()456 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler1( in TFE_MonitoringGetCellSampler1()458 return static_cast<TFE_MonitoringSamplerCell*>( in TFE_MonitoringGetCellSampler1()479 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler2( in TFE_MonitoringGetCellSampler2()481 return static_cast<TFE_MonitoringSamplerCell*>( in TFE_MonitoringGetCellSampler2()
118 struct TFE_MonitoringSamplerCell { struct
73 PYBIND11_MAKE_OPAQUE(TFE_MonitoringSamplerCell);503 py::class_<TFE_MonitoringSamplerCell> TFE_MonitoringSamplerCell_class( in PYBIND11_MODULE()