Home
last modified time | relevance | path

Searched refs:TFE_MonitoringGetCellSampler0 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py93 get_cell=pywrap_tfe.TFE_MonitoringGetCellSampler0),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h245 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0(
Dc_api_experimental.cc433 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0( in TFE_MonitoringGetCellSampler0() function
Dc_api_experimental_test.cc147 auto* cell = TFE_MonitoringGetCellSampler0(sampler); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1321 m.def("TFE_MonitoringGetCellSampler0", &TFE_MonitoringGetCellSampler0, in PYBIND11_MODULE()