Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py41 get_cell=pywrap_tfe.TFE_MonitoringGetCellCounter1),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h82 TF_CAPI_EXPORT extern TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter1(
Dc_api_experimental.cc113 TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter1( in TFE_MonitoringGetCellCounter1() function
Dc_api_experimental_test.cc77 auto* cell1 = TFE_MonitoringGetCellCounter1(counter1, "test"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1132 m.def("TFE_MonitoringGetCellCounter1", &TFE_MonitoringGetCellCounter1, in PYBIND11_MODULE()