Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HandleGeneric (0.09 sec)

  1. tensorflow/compiler/jit/deadness_analysis.cc

      } else if (n->IsRecv() || n->IsHostRecv()) {
        TF_RETURN_IF_ERROR(HandleRecv(n, should_revisit));
      } else if (n->IsNextIteration()) {
        TF_RETURN_IF_ERROR(HandleGeneric(n, should_revisit));
      } else {
        TF_RETURN_IF_ERROR(HandleGeneric(n, should_revisit));
      }
      return absl::OkStatus();
    }
    
    // Compute a special topological order for the Graph, where nodes having the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top