Searched refs:CountCollector (Results 1 – 1 of 1) sorted by relevance
247 class CountCollector { class249 CountCollector() = delete;252 explicit CountCollector(int32* count) : count_ptr_(count) {} in CountCollector() function in tensorflow::__anon8bcbf5420111::CountCollector839 std::vector<CountCollector> counters; in CountFields()