Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 68 for findMin (0.3 sec)

  1. tensorflow/c/c_api_test.cc

        ASSERT_GE(op_list.op_size(), 1);
        typedef tensorflow::protobuf::RepeatedPtrField<tensorflow::OpDef> OpDefs;
        const OpDefs& ops = op_list.op();
        bool found = std::find_if(ops.begin(), ops.end(),
                                  [](const tensorflow::OpDef& op_def) {
                                    return op_def.name() == "TestCApi";
                                  }) != ops.end();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
  2. src/testing/testing.go

    // supported platforms, 'go test' compiles the test executable with fuzzing
    // coverage instrumentation. The fuzzing engine uses that instrumentation to
    // find and cache inputs that expand coverage, increasing the likelihood of
    // finding bugs. If the fuzz target fails for a given input, the fuzzing engine
    // writes the inputs that caused the failure to a file in the directory
    // testdata/fuzz/<Name> within the package directory. This file later serves as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context.go

    		); ok {
    			return drs
    		}
    	}
    
    	// 2. select destination rule from service namespace
    	svcNs := service.Attributes.Namespace
    
    	// This can happen when finding the subset labels for a proxy in root namespace.
    	// Because based on a pure cluster's fqdn, we do not know the service and
    	// construct a fake service without setting Attributes at all.
    	if svcNs == "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  4. src/net/http/transport.go

    	}
    	return zeroDialer.DialContext(ctx, network, addr)
    }
    
    // A wantConn records state about a wanted connection
    // (that is, an active call to getConn).
    // The conn may be gotten by dialing or by finding an idle connection,
    // or a cancellation may make the conn no longer wanted.
    // These three options are racing against each other and use
    // wantConn to coordinate and agree about the winning outcome.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/exec.go

    		}
    		if strings.HasPrefix(name, "./") {
    			gofiles = append(gofiles, name[len("./"):])
    			continue
    		}
    		file, err := b.findCachedObjdirFile(a, c, name)
    		if err != nil {
    			return fmt.Errorf("finding %s: %w", name, err)
    		}
    		gofiles = append(gofiles, file)
    	}
    	a.Package.CompiledGoFiles = gofiles
    	return nil
    }
    
    // vetConfig is the configuration passed to vet describing a single package.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

    function override-kubectl {
        echo "overriding kubectl"
        echo "export PATH=${KUBE_HOME}/bin:\$PATH" > /etc/profile.d/kube_env.sh
    
        # source the file explicitly otherwise we have
        # issues on a ubuntu OS image finding the kubectl
        # shellcheck disable=SC1091
        source /etc/profile.d/kube_env.sh
    
        # Add ${KUBE_HOME}/bin into sudoer secure path.
        local sudo_path
        sudo_path=$(sudo env | grep "^PATH=")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm9.go

    func oclass(a *obj.Addr) int {
    	return int(a.Class) - 1
    }
    
    const (
    	D_FORM = iota
    	DS_FORM
    )
    
    // This function determines when a non-indexed load or store is D or
    // DS form for use in finding the size of the offset field in the instruction.
    // The size is needed when setting the offset value in the instruction
    // and when generating relocation for that field.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    n){let o=Z.extname(s).slice(1);r.push({file:s,extension:o})}return[r,a]}function FC(i,e){let t=i.map(s=>s.pattern),r=new Map,n=new Set;Pe.DEBUG&&console.time("Finding changed files");let a=En.sync(t,{absolute:!0});for(let s of a){let o=e.get(s)||-1/0,u=te.statSync(s).mtimeMs;u>o&&(n.add(s),r.set(s,u))}return Pe.DEBUG&&console.timeEnd("Finding changed files"),[n,r]}var ah=C(()=>{l();je();gt();Jd();Xd();Kd();rh();ot()});function oh(){}var lh=C(()=>{l()});function jC(i,e){for(let t of e){let r=`${i}$...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
      // The resourceRequirements of an init container are taken into account during scheduling
      // by finding the highest request/limit for each resource type, and then using the max of
      // of that value or the sum of the normal containers. Limits are applied to init containers
      // in a similar fashion.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top