Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 174 for Requires (0.6 sec)

  1. src/cmd/link/internal/ld/data.go

    	strnames []string
    )
    
    func addstrdata1(ctxt *Link, arg string) {
    	eq := strings.Index(arg, "=")
    	dot := strings.LastIndex(arg[:eq+1], ".")
    	if eq < 0 || dot < 0 {
    		Exitf("-X flag requires argument of the form importpath.name=value")
    	}
    	pkg := arg[:dot]
    	if ctxt.BuildMode == BuildModePlugin && pkg == "main" {
    		pkg = *flagPluginPath
    	}
    	pkg = objabi.PathToPrefix(pkg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		if b.IsCmdList {
    			return nil
    		}
    		return errors.New("binary-only packages are no longer supported")
    	}
    
    	if p.Module != nil && !allowedVersion(p.Module.GoVersion) {
    		return errors.New("module requires Go " + p.Module.GoVersion + " or later")
    	}
    
    	if err := b.checkDirectives(a); err != nil {
    		return err
    	}
    
    	if err := sh.Mkdir(a.Objdir); err != nil {
    		return err
    	}
    	objdir := a.Objdir
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

                    implementation('org:foo') {
                       version {
                          require '[1.0,)'
                          reject '1.2'
                       }
                    }
                    implementation('org:bar') {
                       version {
                          require '[1.0,)'
                          reject '[1.1, 1.2]'
                       }
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            }
          },
          "required": [
            "type",
            "status"
          ],
          "type": "object"
        },
        "io.k8s.api.apps.v1beta1.DeploymentRollback": {
          "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    		return cfg.Goos + "/" + cfg.Goarch
    	}
    
    	// Some build modes always require external linking.
    	switch cfg.BuildBuildmode {
    	case "c-shared", "plugin":
    		return "-buildmode=" + cfg.BuildBuildmode
    	}
    
    	// Using -linkshared always requires external linking.
    	if cfg.BuildLinkshared {
    		return "-linkshared"
    	}
    
    	// Decide whether we are building a PIE,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        int64_t kernel_output_feature_dim =
            GetConvolutionKernelOutputFeatureDimension(is_depthwise);
        // Create a new quantized tensor type for the filter. This is required
        // because the quantized dimension is changed from 3 -> 0. `TFL::Conv2DOp`
        // requires the quantized dimension to be 0 because it accepts a filter
        // tensor of format OHWI
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    				CaCertificates:    "",
    			},
    			"client CA bundle", "",
    		},
    		// this pair asserts we get errors about both client and server certs missing when in mutual mode
    		// and both are absent, but requires less rewriting of the testing harness than merging the cases
    		{
    			"mutual no certs",
    			&networking.ServerTLSSettings{
    				Mode:              networking.ServerTLSSettings_MUTUAL,
    				ServerCertificate: "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.cc

      for (const tensorflow::Edge* edge : control_edges) {
        graph->graph.RemoveControlEdge(edge);
      }
    }
    
    void TF_SetRequireShapeInferenceFns(TF_Graph* graph, bool require) {
      mutex_lock l(graph->mu);
      graph->refiner.set_require_shape_inference_fns(require);
    }
    
    void TF_ExtendSession(TF_Session* session, TF_Status* status) {
      ExtendSessionGraphHelper(session, status);
      session->extend_before_run = false;
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

              <type>String</type>
              <required>true</required>
            </field>
            <field>
              <name>artifactId</name>
              <version>4.0.0+</version>
              <description>The artifact ID of the project to exclude.</description>
              <type>String</type>
              <required>true</required>
            </field>
          </fields>
        </class>
        <class>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/asm6.go

    }
    
    var bpduff2 = []byte{
    	0x48, 0x8b, 0x6d, 0x00, // MOVQ 0(BP), BP
    }
    
    // asmevex emits EVEX pregis and opcode byte.
    // In addition to asmvex r/m, vvvv and reg fields also requires optional
    // K-masking register.
    //
    // Expects asmbuf.evex to be properly initialized.
    func (ab *AsmBuf) asmevex(ctxt *obj.Link, p *obj.Prog, rm, v, r, k *obj.Addr) {
    	ab.evexflag = true
    	evex := ab.evex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top