Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc946 struct IterationState { struct in tensorflow::__anon675242740111::ExecutorState
947 explicit IterationState(const PendingCounts* pending_counts, in IterationState() argument
965 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 …]