Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 555 for compilation (0.73 sec)

  1. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      //
      // Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according
      // to these actions only if the FailurePolicy is set to Fail, otherwise the failures are
      // ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.
      //
      // validationActions is declared as a set of action values. Order does
      // not matter. validationActions may not contain duplicates of the same action.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  2. tensorflow/c/c_test_util.cc

    }
    
    // All the *Helper methods are used as a workaround for the restrictions that
    // one cannot call ASSERT_* methods in non-void-returning functions (when
    // exceptions are disabled during compilation)
    void PlaceholderHelper(TF_Graph* graph, TF_Status* s, const char* name,
                           TF_DataType dtype, const std::vector<int64_t>& dims,
                           TF_Operation** op) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:52 GMT 2021
    - 17.8K bytes
    - Viewed (2)
  3. docs/fr/docs/alternatives.md

    Comme les paramètres sont décrits avec des types TypeScript (similaires aux type hints de Python), la prise en charge
    par l'éditeur est assez bonne.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt

        combination with its Contributor Version (or portions of such
        combination), to make, use, sell, offer for sale, have made, and/or
        otherwise dispose of: (1) Modifications made by that Contributor (or
        portions thereof); and (2) the combination of Modifications made by
        that Contributor with its Contributor Version (or portions of such
        combination).
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue May 11 18:59:18 GMT 2021
    - 38.5K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

                        list.add(f.getPath());
                    }
                }
            }
            return list;
        }
    
        /**
         * Returns the elements placed on the classpath for compilation.
         * This method can be invoked when the caller does not support module-path.
         *
         * @throws DependencyResolutionRequiredException if an artifact file is used, but has not been resolved
         *
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 56.6K bytes
    - Viewed (0)
  6. .bazelrc

    # not on sm_90 GPUs. compute_80 kernels though can also run on sm_90 GPUs.
    build:cuda_clang --repo_env=TF_CUDA_COMPUTE_CAPABILITIES="sm_60,sm_70,sm_80,sm_89,compute_90"
    
    # Set up compilation CUDA version and paths and use the CUDA Clang toolchain.
    build:cuda_clang_official --config=cuda_clang
    build:cuda_clang_official --action_env=TF_CUDA_VERSION="12"
    build:cuda_clang_official --action_env=TF_CUDNN_VERSION="8"
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  7. tensorflow/BUILD

        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "debug",
        values = {
            "compilation_mode": "dbg",
        },
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "optimized",
        values = {
            "compilation_mode": "opt",
        },
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "arm",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  8. .space/CODEOWNERS

    /compiler/frontend.common.jvm/ "Kotlin Compiler Core" Simon.Ogorodnik
    /compiler/frontend.common-psi/ "Kotlin Compiler Core" Simon.Ogorodnik
    /compiler/frontend.java/ "Kotlin Compiler Core" Simon.Ogorodnik
    /compiler/incremental-compilation-impl/ "Kotlin Build Tools"
    /compiler/ir/backend.common/ "Kotlin JVM" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
    /compiler/ir/backend.js/ "Kotlin Common Backend"
    /compiler/ir/backend.jvm/ "Kotlin JVM"
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Apr 25 19:58:12 GMT 2024
    - 23.9K bytes
    - Viewed (0)
  9. src/cmd/cgo/doc.go

    circumstances: if net is the only cgo-using package, then internal
    linking is probably fine, but if other packages are involved, so that there
    are dependencies on libraries beyond libc, external linking is likely
    to work better. The compilation of a package records the relevant
    information to support both linking modes, leaving the decision
    to be made when linking the final binary.
    
    Linking Directives
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  10. RELEASE.md

            or "true" allows the debug options passed within an XRTCompile op to be
            passed directly to the XLA compilation backend. If such variable is not
            set (service side), only a restricted set will be passed through.
        *   Allow the XRTCompile op to return the ProgramShape resulted form the XLA
            compilation as a second return argument.
        *   XLA HLO graphs can now be rendered as SVG/HTML.
    *   Estimator
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top