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.h219 typedef struct TFE_MonitoringSamplerCell TFE_MonitoringSamplerCell; typedef
223 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(
Dc_api_experimental.cc385 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()
Dtfe_monitoring_internal.h118 struct TFE_MonitoringSamplerCell { struct
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc73 PYBIND11_MAKE_OPAQUE(TFE_MonitoringSamplerCell);
503 py::class_<TFE_MonitoringSamplerCell> TFE_MonitoringSamplerCell_class( in PYBIND11_MODULE()