Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 52 for repeated (0.17 sec)

  1. src/database/sql/sql.go

    	// stored procedure's OUTPUT parameter.
    	Dest any
    
    	// In is whether the parameter is an INOUT parameter. If so, the input value to the stored
    	// procedure is the dereferenced value of Dest's pointer, which is then replaced with
    	// the output value.
    	In bool
    }
    
    // ErrNoRows is returned by [Row.Scan] when [DB.QueryRow] doesn't return a
    // row. In such a case, QueryRow returns a placeholder [*Row] value that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      //   %height = tf.StridedSlice(%shape, 1, 2, 1)
      //
      // In this case %height can be replaced with a constant 2.
      //
      // Or,
      //
      //   %shape  = tf.Shape(%arg)                   // %arg: tensor<?x2x3x1xf32>
      //   %spatial_shape = tf.StridedSlice(%shape, 1, 3, 1)
      //
      // In this case %spatial_shape can be replaced with a constant [2, 3].
    
      // Input to strided slice op is defined by shape operation.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. pkg/controller/garbagecollector/garbagecollector_test.go

    					APIVersion: "v1",
    					Name:       "pod",
    				},
    				Namespace: "ns1",
    			},
    		},
    	}
    	err := gc.orphanDependents(logger, objectReference{}, dependents)
    	expected := `the server reported a conflict`
    	if err == nil || !strings.Contains(err.Error(), expected) {
    		if err != nil {
    			t.Errorf("expected error contains text %q, got %q", expected, err.Error())
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

    .0","targets":[{"datasource":{"type":"prometheus","uid":"$datasource"},"expr":"sum(envoy_cluster_upstream_cx_active{cluster_name=\"xds-grpc\"})","legendFormat":"Connections (client reported)"},{"datasource":{"type":"prometheus","uid":"$datasource"},"expr":"sum(pilot_xds{})","legendFormat":"Connections (server reported)"}],"title":"Connections","type":"timeseries"},{"datasource":{"type":"datasource","uid":"-- Mixed --"},"description":"Number of push errors. Many of these are at least potentional fatal...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  5. cmd/metrics-v2.go

    		Help:      "Total number of S3 requests rejected for auth failure",
    		Type:      counterMetric,
    	}
    }
    
    func getS3RejectedHeaderRequestsTotalMD() MetricDescription {
    	return MetricDescription{
    		Namespace: s3MetricNamespace,
    		Subsystem: requestsRejectedSubsystem,
    		Name:      headerTotal,
    		Help:      "Total number of S3 requests rejected for invalid header",
    		Type:      counterMetric,
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/operation_generator.go

    // After setup is done, create symbolic links on both global map path and pod
    // device map path. Once symbolic links are created, take fd lock by
    // loopback for the device to avoid silent volume replacement. This lock
    // will be released once no one uses the device.
    // If all steps are completed, the volume is marked as mounted.
    func (og *operationGenerator) GenerateMapVolumeFunc(
    	waitForAttachTimeout time.Duration,
    	volumeToMount VolumeToMount,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/optimize.cc

      }
    
      return true;
    }
    
    // Returns true if attr is a DenseIntElementsAttr of int32 or int64 values or an
    // incrementing sequence from 0 to N-1.
    //
    // If such a value is used in an Equal operator, it can be replaced with OneHot.
    bool IsOneHotIndexAttribute(Attribute attr) {
      const auto dense_attr = mlir::dyn_cast_or_null<DenseIntElementsAttr>(attr);
      if (!dense_attr) {
        return false;
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. pkg/kubelet/eviction/eviction_manager_test.go

    			_, err = manager.synchronize(diskInfoProvider, activePodsFunc)
    
    			if err != nil {
    				t.Fatalf("Manager expects no error but got %v", err)
    			}
    
    			// verify PID pressure is still reported
    			if !manager.IsUnderPIDPressure() {
    				t.Errorf("Manager should still report PID pressure")
    			}
    
    			// verify the right pod was killed with the right grace period.
    			if podKiller.pod != podToEvict {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. src/net/http/serve_test.go

    		// See RFC 7230, Section 3.2.
    		{": empty key\r\n", 400},
    
    		// Requests with invalid Content-Length headers should be rejected
    		// regardless of the presence of a Transfer-Encoding header.
    		// Check out RFC 9110, Section 8.6 and RFC 9112, Section 6.3.3.
    		{"Content-Length: notdigits\r\n", 400},
    		{"Content-Length: notdigits\r\nTransfer-Encoding: chunked\r\n\r\n0\r\n\r\n", 400},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  10. cmd/object-handlers.go

    		}
    		defaultMeta[k] = v
    	}
    
    	// remove SSE Headers from source info
    	crypto.RemoveSSEHeaders(defaultMeta)
    
    	// Storage class is special, it can be replaced regardless of the
    	// metadata directive, if set should be preserved and replaced
    	// to the destination metadata.
    	sc := r.Header.Get(xhttp.AmzStorageClass)
    	if sc == "" {
    		sc = r.Form.Get(xhttp.AmzStorageClass)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
Back to top