Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.h123 struct IterationState { struct
124 explicit IterationState(int64_t iter_num, in IterationState() function
134 const int64 iter_num; // The index of this iteration in the enclosing loop.
144 Entry* input_tensors;
147 std::atomic<size_t> outstanding_ops;
150 int outstanding_frame_count;
151 int pending(PendingCounts::Handle h) { return counts.pending(h); } in pending()
152 int decrement_pending(PendingCounts::Handle h, int v) { in decrement_pending()
179 ~IterationState() { delete[] input_tensors; } in ~IterationState() argument