Searched refs:TFE_MonitoringSamplerCell (Results 1 – 4 of 4) sorted by relevance
271 typedef struct TFE_MonitoringSamplerCell TFE_MonitoringSamplerCell; typedef275 TFE_MonitoringSamplerCell* cell, double value);280 TFE_MonitoringSamplerCell* cell, TF_Buffer* buf);297 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0(307 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler1(317 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler2(
445 void TFE_MonitoringSamplerCellAdd(TFE_MonitoringSamplerCell* cell, in TFE_MonitoringSamplerCellAdd()450 void TFE_MonitoringSamplerCellValue(TFE_MonitoringSamplerCell* cell, in TFE_MonitoringSamplerCellValue()493 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0( in TFE_MonitoringGetCellSampler0()495 return static_cast<TFE_MonitoringSamplerCell*>( in TFE_MonitoringGetCellSampler0()516 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler1( in TFE_MonitoringGetCellSampler1()518 return static_cast<TFE_MonitoringSamplerCell*>( in TFE_MonitoringGetCellSampler1()539 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler2( in TFE_MonitoringGetCellSampler2()541 return static_cast<TFE_MonitoringSamplerCell*>( in TFE_MonitoringGetCellSampler2()
192 struct TFE_MonitoringSamplerCell { struct
66 PYBIND11_MAKE_OPAQUE(TFE_MonitoringSamplerCell);309 py::class_<TFE_MonitoringSamplerCell> TFE_MonitoringSamplerCell_class( in PYBIND11_MODULE()