Home
last modified time | relevance | path

Searched defs:CounterCell (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_counter.h39 CounterCell() {} in CounterCell() function
Dcounter.h59 explicit CounterCell(int64 value) : value_(value) {} in CounterCell() function
/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py148 class CounterCell(object): class