Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for exit_scope (0.13 sec)

  1. test-site/activator

        ${java_opts[@]} \
        ${java_args[@]} \
        -jar "$app_launcher" \
        "${app_commands[@]}" \
        "${residual_args[@]}"
        
      local exit_code=$?
      if is_cygwin; then
        stty icanon echo > /dev/null 2>&1
      fi
      exit $exit_code
    }
    
    # Loads a configuration file full of default command line options for this script.
    loadConfigFile() {
      cat "$1" | sed '/^\#/d'
    }
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 9.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // attribute, then it is treated as a "bridge" and a cluster may be created
      // along it.
      //
      // The difference between _XlaScope and _XlaInternalScope is that _XlaScope is
      // provided by users through jit_scope APIs, while _XlaInternalScope is
      // automatically generated by the ClusterScopingPass when auto_jit is on.  As
      // such, we respect _XlaScope only when auto_jit is off, while respecting
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top