Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 162 for ADD (0.05 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      return data_types;
    }
    
    // Add edges from lifted outside compilation argument nodes to `n` in Graph `g`.
    void AddEdgesFromOutsideCompilationNodes(
        const int original_arg_count, const int arg_to_input_edge_offset,
        const std::vector<DataType>& data_types,
        const std::vector<Node*>& outside_compilation_nodes, Graph* g, Node* n) {
      // Add edges from outside compilation nodes to While node.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    			[]timestampedRecommendation{
    				{10, time.Now().Add(-10 * time.Minute)},
    				{9, time.Now().Add(-9 * time.Minute)},
    			},
    			3,
    			3,
    			2,
    		},
    		{
    			"stabilize - old recommendations",
    			"",
    			[]timestampedRecommendation{
    				{10, time.Now().Add(-10 * time.Minute)},
    				{4, time.Now().Add(-1 * time.Minute)},
    				{5, time.Now().Add(-2 * time.Minute)},
    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/crypto/x509/x509_test.go

    				RevokedCertificates: []pkix.RevokedCertificate{
    					{
    						SerialNumber:   big.NewInt(2),
    						RevocationTime: time.Time{}.Add(time.Hour),
    					},
    				},
    				Number:     big.NewInt(5),
    				ThisUpdate: time.Time{}.Add(time.Hour * 24),
    				NextUpdate: time.Time{}.Add(time.Hour * 48),
    			},
    			expectedError: "x509: requested SignatureAlgorithm does not match private key type",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

          {}
        result:
          name: 1
      - description: add field to map
        original:
          name: 1
        twoWay:
          value: 1
        modified:
          name: 1
          value: 1
        current:
          name: 1
          other: a
        threeWay:
          value: 1
        result:
          name: 1
          value: 1
          other: a
      - description: add field to map with conflict
        original:
          name: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  5. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    							},
    							{
    								Type:               v1.NodePIDPressure,
    								Status:             v1.ConditionUnknown,
    								Reason:             "NodeStatusNeverUpdated",
    								Message:            "Kubelet never posted node status.",
    								LastHeartbeatTime:  nodeCreationTime,
    								LastTransitionTime: metav1.Time{Time: fakeNow.Add(time.Hour)},
    							},
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    void HashTableOp::getCanonicalizationPatterns(RewritePatternSet& results,
                                                  MLIRContext* context) {
      results.add<HashTableAndInitializeTableToV2>(context);
      results.add<HashTableAndLookupTableSizeToV2>(context);
      results.add<HashTableAndLookupTableFindToV2>(context);
    }
    
    //===----------------------------------------------------------------------===//
    // BitcastOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    				o = int64(syms.Tlsoffset) + r.Add()
    			} else if target.IsWindows() {
    				o = r.Add()
    			} else {
    				log.Fatalf("unexpected R_TLS_LE relocation for %v", target.HeadType)
    			}
    		case objabi.R_TLS_IE:
    			if target.IsExternal() && target.IsElf() {
    				nExtReloc++
    				o = 0
    				if !target.IsAMD64() {
    					o = r.Add()
    				}
    				if target.Is386() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  8. src/debug/elf/elf.go

    	R_X86_64_RELATIVE        R_X86_64 = 8  /* Add load address of shared object. */
    	R_X86_64_GOTPCREL        R_X86_64 = 9  /* Add 32 bit signed pcrel offset to GOT. */
    	R_X86_64_32              R_X86_64 = 10 /* Add 32 bit zero extended symbol value */
    	R_X86_64_32S             R_X86_64 = 11 /* Add 32 bit sign extended symbol value */
    	R_X86_64_16              R_X86_64 = 12 /* Add 16 bit zero extended symbol value */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                }
    
                if (extensible) {
                    interfaceTypes.add(EXTENSION_AWARE_TYPE.getInternalName());
                    interfaceTypes.add(HAS_CONVENTION_TYPE.getInternalName());
                }
    
                if (mixInDsl) {
                    interfaceTypes.add(DYNAMIC_OBJECT_AWARE_TYPE.getInternalName());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        // Match Add
        mlir::TFL::AddOp add_op =
            dyn_cast_or_null<TFL::AddOp>(strided_slice_op.getEnd().getDefiningOp());
        mlir::TFL::SubOp sub_op =
            dyn_cast_or_null<TFL::SubOp>(strided_slice_op.getEnd().getDefiningOp());
        if (!(add_op || sub_op)) {
          return failure();
        }
    
        // Check that add rhs is constant.
        DenseElementsAttr added_value;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top