Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py38 get_cell=pywrap_tfe.TFE_MonitoringGetCellCounter1),
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h134 TF_CAPI_EXPORT extern TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter1(
Dc_api_experimental.cc173 TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter1( in TFE_MonitoringGetCellCounter1() function
Dc_api_experimental_test.cc160 auto* cell1 = TFE_MonitoringGetCellCounter1(counter1, "test"); in TEST()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc824 m.def("TFE_MonitoringGetCellCounter1", &TFE_MonitoringGetCellCounter1, in PYBIND11_MODULE()