Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 52 for uber (0.05 sec)

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

        // deduplicated.
        const bool not_returned_by_subgraph = llvm::none_of(
            value.getUsers(),
            [](Operation* user) { return llvm::isa<mlir::func::ReturnOp>(user); });
        // TODO(ashwinm): Check if for stateful tensors, if it is also needed to
        // make the Buffer empty apart from setting the buffer_idx=0 in the
    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. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

            for (auto user : ba.getUsers()) {
              // Ternimator ops, for example, tfl::yield op, should be ignored since
              // the argument can be used for yielding as the `body` function result
              // and that does not give any meaningful points to the decision
              // whether the given arugment is a read-only variable or not.
              if (user->hasTrait<OpTrait::IsTerminator>()) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    			if len(infiles) != 0 {
    				// Coverage instrumentation creates new top level
    				// variables in the target package for things like
    				// meta-data containers, counter vars, etc. To avoid
    				// collisions with user variables, suffix the var name
    				// with 12 hex digits from the SHA-256 hash of the
    				// import path. Choice of 12 digits is historical/arbitrary,
    				// we just need enough of the hash to avoid accidents,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    					name := info.Name()
    					if path != file && (isBadEmbedName(name) || ((name[0] == '.' || name[0] == '_') && !all)) {
    						// Ignore bad names, assuming they won't go into modules.
    						// Also avoid hidden files that user may not know about.
    						// See golang.org/issue/42328.
    						if info.IsDir() {
    							return fs.SkipDir
    						}
    						return nil
    					}
    					if info.IsDir() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. cmd/server_test.go

    			c.Assert(strings.Contains(string(getContent), expectedStr), true)
    		}
    	}
    }
    
    // TestListObjectsV2HadoopUAHandler - Test ListObjectsV2 call with max-keys=2 and Hadoop User-Agent
    func (s *TestSuiteCommon) TestListObjectsV2HadoopUAHandler(c *check) {
    	// generate a random bucket name.
    	bucketName := getRandomBucketName()
    	// HTTP request to create the bucket.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            executer.inDirectory(projectDir2)
            succeeds ":util:resolve", ":app:resolve"
    
            then:
            output.count("files: [lib1.jar.txt, lib1.jar]") == 2
    
            // From the Gradle user home cache
            output.count("Transformed") == 0
        }
    
        private void setupProjectInDir(TestFile projectDir) {
            projectDir.file("build.gradle") << resolveTask << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/horizontal_test.go

    			expectedCondition:            "ScaleUpLimit",
    			scaleUpRules:                 generateScalingRules(0, 0, 1, 60, 0),
    			name:                         "scaleUpLimit is the limit because scaleUpLimit < maxReplicas with user policies",
    		},
    		{
    			currentReplicas:              1000,
    			prenormalizedDesiredReplicas: 3,
    			specMinReplicas:              3,
    			specMaxReplicas:              2000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  8. pkg/apis/core/zz_generated.deepcopy.go

    		in, out := &in.VolumeMounts, &out.VolumeMounts
    		*out = make([]VolumeMountStatus, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.User != nil {
    		in, out := &in.User, &out.User
    		*out = new(ContainerUser)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStatus.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		in, out := &in.VolumeMounts, &out.VolumeMounts
    		*out = make([]VolumeMountStatus, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.User != nil {
    		in, out := &in.User, &out.User
    		*out = new(ContainerUser)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStatus.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  10. pkg/registry/batch/job/strategy_test.go

    					ManualSelector: ptr.To(true),
    					Parallelism:    ptr.To[int32](1),
    				},
    			},
    			update: func(job *batch.Job) {
    				job.Annotations["foo"] = "bar"
    			},
    		},
    		"deleting user annotation": {
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
Back to top