Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py45 get_cell=pywrap_tfe.TFE_MonitoringGetCellCounter2),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h92 TF_CAPI_EXPORT extern TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter2(
Dc_api_experimental.cc138 TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter2( in TFE_MonitoringGetCellCounter2() function
Dc_api_experimental_test.cc85 auto* cell2 = TFE_MonitoringGetCellCounter2(counter2, "foo", "bar"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1148 m.def("TFE_MonitoringGetCellCounter2", &TFE_MonitoringGetCellCounter2, in PYBIND11_MODULE()