Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 77 for mkmeta (0.41 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            self._input_saved_model_path,
            self._output_saved_model_path,
            quantization_options,
        )
        self.assertIsNotNone(converted_model)
        # Due to other meta data, the compression is not exactly 1/4.
        self.assertLess(
            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
            0.5,
        )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // If the import path is not a known code hosting site and also lacks a
    // version control qualifier, the go tool attempts to fetch the import
    // over https/http and looks for a <meta> tag in the document's HTML
    // <head>.
    //
    // The meta tag has the form:
    //
    //	<meta name="go-import" content="import-prefix vcs repo-root">
    //
    // The import-prefix is the import path corresponding to the repository
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. pkg/apis/apps/validation/validation_test.go

    		},
    		expectedErr: true,
    	},
    	}
    
    	for _, test := range tests {
    		meta := metav1.ObjectMeta{Name: "foo", Namespace: metav1.NamespaceDefault, ResourceVersion: "1"}
    		from := &apps.Deployment{
    			ObjectMeta: meta,
    			Status:     test.from,
    		}
    		to := &apps.Deployment{
    			ObjectMeta: meta,
    			Status:     test.to,
    		}
    
    		errs := ValidateDeploymentStatusUpdate(to, from)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  4. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    void write(java.io.Writer, Xpp3Dom); public static void write(XMLWriter, Xpp3Dom); public static void write(XMLWriter, Xpp3Dom, boolean); } META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml plexus org.codehaus.plexus 1.0.4 4.0.0 plexus-utils Plexus Common Utilities 1.1 maven-surefire-plugin org/codehaus/plexus/util/FileBasedTestCase.java **/Test*.java META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties #Generated by Maven #Thu Jan 12 15:17:24 EST 2006 version=1.1 groupId=org.codehaus.plexus...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  5. pkg/api/pod/util_test.go

    	"github.com/google/go-cmp/cmp"
    	"github.com/stretchr/testify/assert"
    	"github.com/stretchr/testify/require"
    
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    	if cachedBuild && need&needCgoHdr != 0 {
    		if err := b.loadCachedCgoHdr(a); err == nil {
    			need &^= needCgoHdr
    		}
    	}
    
    	// Load cached coverage meta-data file fragment, but only if we're
    	// skipping the main build (cachedBuild==true).
    	if cachedBuild && need&needCovMetaFile != 0 {
    		bact := a.Actor.(*buildActor)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/cmd/go/internal/load/pkg.go

    type CoverSetup struct {
    	Mode    string // coverage mode for this package
    	Cfg     string // path to config file to pass to "go tool cover"
    	GenMeta bool   // ask cover tool to emit a static meta data if set
    }
    
    func (p *Package) copyBuild(opts PackageOpts, pp *build.Package) {
    	p.Internal.Build = pp
    
    	if pp.PkgTargetRoot != "" && cfg.BuildPkgdir != "" {
    		old := pp.PkgTargetRoot
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    // into an MLIR Module.
    class SavedModelObjectGraphImporter : public ImporterBase {
     public:
      // Main entry point: converts all functions in the given meta graph to an MLIR
      // Module.
      static absl::StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> Convert(
          SavedModelV2Bundle* saved_model, absl::Span<std::string> exported_names,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    package v1alpha1
    
    import (
    	fmt "fmt"
    
    	io "io"
    
    	proto "github.com/gogo/protobuf/proto"
    	k8s_io_apimachinery_pkg_apis_meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    
    	math "math"
    	math_bits "math/bits"
    	reflect "reflect"
    	strings "strings"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal_test.go

    	"testing"
    	"time"
    
    	autoscalingv1 "k8s.io/api/autoscaling/v1"
    	autoscalingv2 "k8s.io/api/autoscaling/v2"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/meta/testrestmapper"
    	"k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/util/wait"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top