Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsHostRecv (0.07 sec)

  1. tensorflow/compiler/jit/deadness_analysis.cc

      } else if (n->IsControlTrigger()) {
        SetPredicate(n, Graph::kControlSlot, predicate_factory_.MakeTrue(),
                     nullptr);
      } 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 {
    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