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

  /external/tensorflow/tensorflow/core/graph/
graph.h 144 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; }
160 IsNextIteration());
676 inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); }
graph_constructor.cc 50 inline bool IsNextIteration(const NodeDef& node_def) {
459 if (IsNextIteration(node_def)) {
    [all...]
graph_partition.cc 49 inline bool IsNextIteration(const NodeDef& node_def) {
350 IsNextIteration(node)) {
804 if (IsNextIteration(*ndef)) {
    [all...]
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 208 bool IsNextIteration(const NodeDef& node) {
370 return IsEnter(node) || IsExit(node) || IsNextIteration(node);

Completed in 84 milliseconds