Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for defs (0.04 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      int subgraph_idx = 0;
    
      // Entry functions for signature defs.
      std::vector<FuncOp> entry_functions;
      std::vector<FuncOp> non_entry_functions;
      FuncOp main_fn = module_.lookupSymbol<FuncOp>("main");
      if (main_fn != nullptr) {
        // Treat the main function as a signature def when the given main function
        // contains on the tf.entry_function attribute.
        auto attrs =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    var VetExplicit bool
    
    func (b *Builder) vet(ctx context.Context, a *Action) error {
    	// a.Deps[0] is the build of the package being vetted.
    	// a.Deps[1] is the build of the "fmt" package.
    
    	a.Failed = false // vet of dependency may have failed but we can still succeed
    
    	if a.Deps[0].Failed {
    		// The build of the package has failed. Skip vet check.
    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. pkg/proxy/nftables/proxier_test.go

    			expected: "5YS7AFEA-very-long-namespace-name-abcdefghijklmnopqrstuvwxyz0123456789xx/very-long-service-name-why-would-you-even-do-this-i-mean-really/sctp/port-443-providing-the-hypertext-transmission-protocol-with-tls__1234.5678.9abc.def0..abc.1234/443",
    		},
    		{
    			name: "truncated, 1",
    			spn: proxy.ServicePortName{
    				NamespacedName: types.NamespacedName{
    					Namespace: "very-long-namespace-name-abcdefghijklmnopqrstuvwxyz0123456789xx",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  4. src/database/sql/sql.go

    	db.mu.Unlock()
    	return fn()
    }
    
    func (db *DB) removeDepLocked(x finalCloser, dep any) func() error {
    	xdep, ok := db.dep[x]
    	if !ok {
    		panic(fmt.Sprintf("unpaired removeDep: no deps for %T", x))
    	}
    
    	l0 := len(xdep)
    	delete(xdep, dep)
    
    	switch len(xdep) {
    	case l0:
    		// Nothing removed. Shouldn't happen.
    		panic(fmt.Sprintf("unpaired removeDep: no %T dep on %T", dep, x))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top