Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h101 PackedCounts* c = Packed(h); in set_initial_count()
123 PackedCounts* c = Packed(h); in mark_started()
134 PackedCounts* c = Packed(h); in mark_completed()
150 PackedCounts* c = Packed(h); in pending()
167 PackedCounts* c = Packed(h); in decrement_pending()
182 PackedCounts* c = Packed(h); in mark_live()
203 PackedCounts* c = Packed(h); in increment_dead_count()
270 struct PackedCounts { struct
296 inline PackedCounts* Packed(Handle h) { in Packed() argument
298 DCHECK_LE(h.byte_offset_ + sizeof(PackedCounts), num_bytes_); in Packed()
[all …]