Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for cCompiler (0.27 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.language.base.internal.compile.CompileSpec> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CompileSpec.java:0)
    Class <org.gradle.language.base.internal.compile.Compiler> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Compiler.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. RELEASE.md

            is set in compile. The single path execution code does not yet support
            all use cases. We fallback to the existing v1 execution paths if your
            model contains the following:
            1.  `sample_weight_mode` in compile
            2.  `weighted_metrics` in compile
            3.  v1 optimizer
            4.  target tensors in compile If you are experiencing any issues because
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TF_StrTensor, [{A key that can be used to look up the local executable compiled by the
    node and associated metadata.}]>:$key,
        Res<TF_BoolTensor, [{If the `must_compile` attr is false the _XlaCompile op
    can decide not to compile the clusters based on some profitability
    heuristics.  In that case `compilation_successful` is false if _XlaCompile
    chose not to compile the cluster.  If the `must_compile` attr is true then
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Package).IsCommand", Method, 0},
    		{"AllowBinary", Const, 0},
    		{"ArchChar", Func, 0},
    		{"Context", Type, 0},
    		{"Context.BuildTags", Field, 0},
    		{"Context.CgoEnabled", Field, 0},
    		{"Context.Compiler", Field, 0},
    		{"Context.Dir", Field, 14},
    		{"Context.GOARCH", Field, 0},
    		{"Context.GOOS", Field, 0},
    		{"Context.GOPATH", Field, 0},
    		{"Context.GOROOT", Field, 0},
    		{"Context.HasSubdir", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritegeneric.go

    // Code generated from _gen/generic.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "math"
    import "cmd/internal/obj"
    import "cmd/compile/internal/types"
    import "cmd/compile/internal/ir"
    
    func rewriteValuegeneric(v *Value) bool {
    	switch v.Op {
    	case OpAdd16:
    		return rewriteValuegeneric_OpAdd16(v)
    	case OpAdd32:
    		return rewriteValuegeneric_OpAdd32(v)
    	case OpAdd32F:
    		return rewriteValuegeneric_OpAdd32F(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteARM64.go

    // Code generated from _gen/ARM64.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "cmd/compile/internal/types"
    
    func rewriteValueARM64(v *Value) bool {
    	switch v.Op {
    	case OpARM64ADCSflags:
    		return rewriteValueARM64_OpARM64ADCSflags(v)
    	case OpARM64ADD:
    		return rewriteValueARM64_OpARM64ADD(v)
    	case OpARM64ADDSflags:
    		return rewriteValueARM64_OpARM64ADDSflags(v)
    	case OpARM64ADDconst:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteAMD64.go

    // Code generated from _gen/AMD64.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "internal/buildcfg"
    import "math"
    import "cmd/internal/obj"
    import "cmd/compile/internal/types"
    
    func rewriteValueAMD64(v *Value) bool {
    	switch v.Op {
    	case OpAMD64ADCQ:
    		return rewriteValueAMD64_OpAMD64ADCQ(v)
    	case OpAMD64ADCQconst:
    		return rewriteValueAMD64_OpAMD64ADCQconst(v)
    	case OpAMD64ADDL:
    		return rewriteValueAMD64_OpAMD64ADDL(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top