Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/compilability_check_util.cc

        std::vector<StackFrameView>* stack_trace,
        NameAttrList* encapsulating_function,
        RecursiveCompilabilityChecker::UncompilableNodesMap* uncompilable_nodes)
        const {
      auto stack_depth = stack_trace->size();
    
      if (op_filter_.allow_outside_compiled && IsInOutsideCompilationCluster(node))
        return true;
    
      if (node.IsSource() || node.IsSink()) {
    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