Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h88 CHECK_EQ(uintptr_t(bytes_) % alignof(LargeCounts), 0); in PendingCounts()
96 LargeCounts* c = Large(h); in set_initial_count()
119 LargeCounts* c = Large(h); in mark_started()
130 LargeCounts* c = Large(h); in mark_completed()
141 LargeCounts* c = Large(h); in pending()
163 LargeCounts* c = Large(h); in decrement_pending()
176 LargeCounts* c = Large(h); in mark_live()
198 LargeCounts* c = Large(h); in increment_dead_count()
276 struct LargeCounts { struct
290 inline LargeCounts* Large(Handle h) { in Large() argument
[all …]