Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 454 for zeroed (0.24 sec)

  1. tensorflow/compiler/mlir/lite/tests/split-merged-operands.mlir

    // RUN: tf-opt -tfl-split-merged-operands %s | FileCheck %s
    
    func.func @testSingleLstm(%arg0: tensor<4x4xf32>, %arg1: tensor<4xf32>, %arg2: tensor<4x4x4xf32>) -> tensor<4x4x4xf32> {
      // CHECK-LABEL: testSingleLstm
      // CHECK-DAG:  %[[CST_0:.*]] = "tfl.pseudo_const"() <{value = dense<0.000000e+00> : tensor<4x4xf32>}> : () -> tensor<4x4xf32>
      // CHECK-DAG:  %[[CST_1:.*]] = "tfl.pseudo_const"() <{value = dense<0.000000e+00> : tensor<4x4xf32>}> : () -> tensor<4x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    			hpaMaxReplicas:                   10,
    			expectedConvertedDesiredReplicas: 0,
    			expectedCondition:                "DesiredWithinRange",
    			annotation:                       "prenormalized desired zeroed replicas within range",
    		},
    		{
    			currentReplicas:                  20,
    			expectedDesiredReplicas:          1000,
    			hpaMinReplicas:                   1,
    			hpaMaxReplicas:                   10,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. src/reflect/value.go

    }
    
    // Zero returns a Value representing the zero value for the specified type.
    // The result is different from the zero value of the Value struct,
    // which represents no value at all.
    // For example, Zero(TypeOf(42)) returns a Value with Kind [Int] and value 0.
    // The returned value is neither addressable nor settable.
    func Zero(typ Type) Value {
    	if typ == nil {
    		panic("reflect: Zero(nil)")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. src/hash/crc32/crc32_ppc64le.s

    	VXOR    V4,V12,V4
    	VXOR    V5,V13,V5
    	VXOR    V6,V14,V6
    	VXOR    V7,V15,V7
    
    #ifdef REFLECT
    	VSLDOI  $4,V0,zeroes,V0
    	VSLDOI  $4,V1,zeroes,V1
    	VSLDOI  $4,V2,zeroes,V2
    	VSLDOI  $4,V3,zeroes,V3
    	VSLDOI  $4,V4,zeroes,V4
    	VSLDOI  $4,V5,zeroes,V5
    	VSLDOI  $4,V6,zeroes,V6
    	VSLDOI  $4,V7,zeroes,V7
    #endif
    
    	LVX	(R4),V8
    	LVX	(R4+off16),V9
    	LVX	(R4+off32),V10
    	LVX	(R4+off48),V11
    	LVX	(R4+off64),V12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    				// (Some of these instructions are sometimes zero-sized, sometimes not.
    				// We must not use anything that even might be zero-sized.)
    				// TODO: are there others?
    				continue
    			}
    			if _, ok := inlMarks[p]; ok {
    				// Don't use inline marks themselves. We don't know
    				// whether they will be zero-sized or not yet.
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/conversion_test.go

    				},
    			},
    		},
    		{
    			Name: "internal to v1, multiple versions",
    			In: &apiextensions.CustomResourceDefinition{
    				Spec: apiextensions.CustomResourceDefinitionSpec{
    					Versions: []apiextensions.CustomResourceDefinitionVersion{
    						{Name: "v1", Served: true, Storage: true},
    						{Name: "v2", Served: false, Storage: false},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  7. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/MavenModelMerger.java

                    merged.put(key, element);
                }
    
                for (Repository element : recessive) {
                    Object key = getRepositoryKey().apply(element);
                    if (!merged.containsKey(key)) {
                        merged.put(key, element);
                    }
                }
    
                builder.repositories(merged.values());
            }
        }
    
        @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  8. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultProfileInjector.java

                        PluginExecution existing = merged.get(key);
                        if (existing != null) {
                            element = mergePluginExecution(existing, element, sourceDominant, context);
                        }
                        merged.put(key, element);
                    }
    
                    builder.executions(merged.values());
                }
            }
    
            @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  9. platforms/jvm/language-jvm/src/main/java/org/gradle/api/internal/tasks/compile/daemon/AbstractDaemonCompiler.java

        protected BaseForkOptions mergeForkOptions(BaseForkOptions left, BaseForkOptions right) {
            BaseForkOptions merged = new BaseForkOptions();
            merged.setMemoryInitialSize(mergeHeapSize(left.getMemoryInitialSize(), right.getMemoryInitialSize()));
            merged.setMemoryMaximumSize(mergeHeapSize(left.getMemoryMaximumSize(), right.getMemoryMaximumSize()));
            Set<String> mergedJvmArgs = normalized(left.getJvmArgs());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    // error and instead processes the erroneous packages with the usual
    // printing. Erroneous packages will have a non-empty ImportPath and
    // a non-nil Error field; other information may or may not be missing
    // (zeroed).
    //
    // The -export flag causes list to set the Export field to the name of a
    // file containing up-to-date export information for the given package,
    // and the BuildID field to the build ID of the compiled package.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top