Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 143 for mainIvy (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.cc

                          body_rewrite_pattern, quantization_method);
    
      ReplaceXlaCallModuleOpWithNewCallOp(xla_call_module_op, entry_func_op,
                                          rewriter);
    }
    
    // Pattern that mainly does two things:
    //
    //   1. Replaces quantized `TF::XlaCallModuleOp` with a `func::CallOp`.
    //   2. Quantizes the callee function.
    //
    // The inputs of this pattern assumes an invalid IR, where even if a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. docs/en/docs/alternatives.md

        Find ways to get great performance.
    
        Along with Hug (as Hug is based on Falcon) inspired **FastAPI** to declare a `response` parameter in functions.
    
        Although in FastAPI it's optional, and is used mainly to set headers, cookies, and alternative status codes.
    
    ### <a href="https://moltenframework.com/" class="external-link" target="_blank">Molten</a>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster.go

    	var services []*model.Service
    	// Holds clusters per service, keyed by hostname.
    	serviceClusters := make(map[string]sets.String)
    	// Holds service ports, keyed by hostname.Inner map port and its cluster name.
    	// This is mainly used when service is updated and a port has been removed.
    	servicePortClusters := make(map[string]map[int]string)
    	// Holds subset clusters per service, keyed by hostname.
    	subsetClusters := make(map[string]sets.String)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  4. src/runtime/mgcscavenge.go

    	// is always guaranteed to be >= min and < max (converted to heap addresses).
    	//
    	// searchAddrBg is increased only on each new generation and is mainly used by the
    	// background scavenger and heap-growth scavenging. searchAddrForce is increased continuously
    	// as memory gets freed and is mainly used by eager memory reclaim such as debug.FreeOSMemory
    	// and scavenging to maintain the memory limit.
    	searchAddrBg    atomicOffAddr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // These flags are mainly for tools that understand the module graph.
    // Users should prefer 'go get path@version' or 'go get path@none',
    // which make other go.mod adjustments as needed to satisfy
    // constraints imposed by other modules.
    //
    // The -go=version flag sets the expected Go language version.
    // This flag is mainly for tools that understand Go version dependencies.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. pkg/kubelet/metrics/metrics.go

    	)
    
    	// RunningPodCount is a gauge that tracks the number of Pods currently with a running sandbox
    	// It is used to expose the kubelet internal state: how many pods have running containers in the container runtime, and mainly for debugging purpose.
    	RunningPodCount = metrics.NewGauge(
    		&metrics.GaugeOpts{
    			Subsystem:      KubeletSubsystem,
    			Name:           RunningPodsKey,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 15:13:25 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  7. pkg/adsc/adsc.go

    	XDSSAN string
    
    	// XDSRootCAFile explicitly set the root CA to be used for the XDS connection.
    	// Mirrors Envoy file.
    	XDSRootCAFile string
    
    	// RootCert contains the XDS root certificate. Used mainly for tests, apps will normally use
    	// XDSRootCAFile
    	RootCert []byte
    
    	// InsecureSkipVerify skips client verification the server's certificate chain and host name.
    	InsecureSkipVerify bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/operation_generator.go

    }
    
    type inTreeResizeResponse struct {
    	pvc *v1.PersistentVolumeClaim
    	pv  *v1.PersistentVolume
    
    	err error
    	// indicates that resize operation was called on underlying volume driver
    	// mainly useful for testing.
    	resizeCalled bool
    }
    
    // NewOperationGenerator is returns instance of operationGenerator
    func NewOperationGenerator(kubeClient clientset.Interface,
    	volumePluginMgr *volume.VolumePluginMgr,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  9. pkg/controller/deployment/util/deployment_util.go

    }
    
    // HasRevisionHistoryLimit checks if the Deployment d is expected to keep a specified number of
    // old replicaSets. These replicaSets are mainly kept with the purpose of rollback.
    // The RevisionHistoryLimit can start from 0 (no retained replicasSet). When set to math.MaxInt32,
    // the Deployment will keep all revisions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/init.go

    }
    
    // FindGoWork returns the name of the go.work file for this command,
    // or the empty string if there isn't one.
    // Most code should use Init and Enabled rather than use this directly.
    // It is exported mainly for Go toolchain switching, which must process
    // the go.work very early at startup.
    func FindGoWork(wd string) string {
    	if RootMode == NoRoot {
    		return ""
    	}
    
    	switch gowork := cfg.Getenv("GOWORK"); gowork {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top