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.h125 struct IterationState { struct
126 explicit IterationState(int64_t iter_num, in IterationState() function
137 iter_num; // The index of this iteration in the enclosing loop.
147 Entry* input_tensors;
150 std::atomic<size_t> outstanding_ops;
153 int outstanding_frame_count;
154 int pending(PendingCounts::Handle h) { return counts.pending(h); } in pending()
155 int decrement_pending(PendingCounts::Handle h, int v) { in decrement_pending()
182 ~IterationState() { delete[] input_tensors; } in ~IterationState() argument