Searched refs:TFE_MonitoringNewExponentialBuckets (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | monitoring.py | 431 pywrap_tfe.TFE_MonitoringNewExponentialBuckets(scale, growth_factor,
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental_test.cc | 143 auto* buckets = TFE_MonitoringNewExponentialBuckets(1.0, 2.0, 2); in TEST() 172 auto* buckets = TFE_MonitoringNewExponentialBuckets(1.0, 2.0, 2); in TEST()
|
D | c_api_experimental.h | 233 TFE_MonitoringNewExponentialBuckets(double scale, double growth_factor,
|
D | c_api_experimental.cc | 403 TFE_MonitoringBuckets* TFE_MonitoringNewExponentialBuckets(double scale, in TFE_MonitoringNewExponentialBuckets() function
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 1303 &TFE_MonitoringNewExponentialBuckets, in PYBIND11_MODULE()
|