Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py97 get_cell=pywrap_tfe.TFE_MonitoringGetCellSampler1),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h255 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler1(
Dc_api_experimental.cc456 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler1( in TFE_MonitoringGetCellSampler1() function
Dc_api_experimental_test.cc176 auto* cell1 = TFE_MonitoringGetCellSampler1(sampler1, "foo"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1337 m.def("TFE_MonitoringGetCellSampler1", &TFE_MonitoringGetCellSampler1, in PYBIND11_MODULE()