HomeSort by relevance Sort by last modified time
    Searched defs:increment_dead_count (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
pending_counts.h 196 void increment_dead_count(Handle h) { function in class:tensorflow::PendingCounts
213 // if (increment_dead) increment_dead_count(h);
executor.cc 919 void increment_dead_count(PendingCounts::Handle h) { function in struct:tensorflow::__anon39475::ExecutorState::IterationState
920 counts_.increment_dead_count(h);
    [all...]

Completed in 88 milliseconds