Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py101 get_cell=pywrap_tfe.TFE_MonitoringGetCellSampler2),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h265 TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler2(
Dc_api_experimental.cc479 TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler2( in TFE_MonitoringGetCellSampler2() function
Dc_api_experimental_test.cc191 auto* cell2 = TFE_MonitoringGetCellSampler2(sampler2, "foo", "bar"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1353 m.def("TFE_MonitoringGetCellSampler2", &TFE_MonitoringGetCellSampler2, in PYBIND11_MODULE()