Home
last modified time | relevance | path

Searched defs:SamplerCell (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dsampler.h42 SamplerCell() {} in SamplerCell() function
140 SamplerCell(const std::vector<double>& bucket_limits) in SamplerCell() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dmonitoring.py364 class SamplerCell(object): class