Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsInOutsideCompilationCluster (0.35 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

      VLOG(3) << "Found uncompilable node " << node.name() << " (op "
              << node.type_string() << ")" << (reason.empty() ? "" : ": ")
              << reason;
    }
    
    bool IsInOutsideCompilationCluster(const Node& n) {
      return n.attrs().Find(kXlaOutsideCompilationAttr) != nullptr;
    }
    
    Status MakeCallNodeFromAttribute(const Node& node, const std::string& attr_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top