Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h271 typedef struct TFE_MonitoringSamplerCell TFE_MonitoringSamplerCell; typedef
275 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(
Dc_api_experimental.cc445 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()
Dc_api_internal.h192 struct TFE_MonitoringSamplerCell { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc66 PYBIND11_MAKE_OPAQUE(TFE_MonitoringSamplerCell);
309 py::class_<TFE_MonitoringSamplerCell> TFE_MonitoringSamplerCell_class( in PYBIND11_MODULE()