Searched defs:IterationState (Results 1 – 1 of 1) sorted by relevance
946 struct IterationState { struct in tensorflow::__anon6f8fc96b0111::ExecutorState947 explicit IterationState(const PendingCounts* pending_counts, in IterationState() argument965 Entry* input_tensors;968 size_t outstanding_ops;971 int outstanding_frame_count;972 int pending(PendingCounts::Handle h) { return counts_.pending(h); } in pending()973 int decrement_pending(PendingCounts::Handle h, int v) { in decrement_pending()978 void mark_live(PendingCounts::Handle h) { counts_.mark_live(h); } in mark_live()980 void mark_started(PendingCounts::Handle h) { counts_.mark_started(h); } in mark_started()982 void mark_completed(PendingCounts::Handle h) { counts_.mark_completed(h); } in mark_completed()[all …]