Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for pStates (0.44 sec)

  1. internal/s3select/csv/testdata/testdata.zip

    -73.863739013671875 40.732749938964844 -73.76513671875 40.718353271484375 3 6.70 20.5 0.5 0.5 0 0 21.5 1 196 131 green 0.04 0.0 0.0 62 37 5.37 1288 717.02 4 Queens 071702 4071702 I QN18 Rego Park 4108 1380 478 4 Queens 047800 4047800 I QN06 Jamaica Estates-Holliswood 4106 3389335 2 2014-03-15 17:23:01 2014-03-15 17:32:25 N 1 -73.864006042480469 40.732711791992188 -73.896461486816406 40.735050201416016 3 2.22 9.5 0 0.5 0 0 10 2 1 196 157 green 0.00 0.0 0.0 58 42 8.95 1288 717.02 4 Queens 071702 4071702...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/generic.rules

    // shifts by zero
    (Lsh(64|32|16|8)x64  x (Const64 [0])) => x
    (Rsh(64|32|16|8)x64  x (Const64 [0])) => x
    (Rsh(64|32|16|8)Ux64 x (Const64 [0])) => x
    
    // rotates by multiples of register width
    (RotateLeft64 x (Const64 [c])) && c%64 == 0 => x
    (RotateLeft32 x (Const32 [c])) && c%32 == 0 => x
    (RotateLeft16 x (Const16 [c])) && c%16 == 0 => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        // Projection weight and bias
        TFL_TensorOfOrNone<[F32, QI8]>:$projection_weights,
        // Optional input
        TFL_TensorOfOrNone<[F32, QI32]>:$projection_bias,
    
        // Stateful activation and cell states.
        TFL_StatefulTensor:$input_activation_state,
        TFL_StatefulTensor:$input_cell_state,
    
        // Layer norm coefficients
        TFL_TensorOfOrNone<[F32, QI16]>:$input_layer_norm_coefficients,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      const int num_states = op.getOutputShapes().size();
      const int num_captured_arguments = op.getNumOperands() - 1 - num_states;
    
      // If input_elements is undefined, we can still infer the shapes for the
      // states and captured arguments.
      int num_input_elements;
      auto input_types = llvm::to_vector<1>(
          cast<FunctionOpInterface>(f.getOperation()).getArgumentTypes());
      if (input_elements) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    esp.br
    etc.br
    eti.br
    far.br
    feira.br
    flog.br
    floripa.br
    fm.br
    fnd.br
    fortal.br
    fot.br
    foz.br
    fst.br
    g12.br
    geo.br
    ggf.br
    goiania.br
    gov.br
    // gov.br 26 states + df https://en.wikipedia.org/wiki/States_of_Brazil
    ac.gov.br
    al.gov.br
    am.gov.br
    ap.gov.br
    ba.gov.br
    ce.gov.br
    df.gov.br
    es.gov.br
    go.gov.br
    ma.gov.br
    mg.gov.br
    ms.gov.br
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	defaultCreateStrategy := &testRESTStrategy{scheme, &predictableNameGenerator{}, true, false, true}
    	registry.CreateStrategy = defaultCreateStrategy
    
    	// create the object (DeepCopy because the registry mutates the objects)
    	objA, err := registry.Create(testContext, podA.DeepCopy(), rest.ValidateAllObjectFunc, &metav1.CreateOptions{})
    	if err != nil {
    		t.Errorf("Unexpected error: %v", err)
    	}
    
    	// get the object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    	{obj.APCALIGN, C_LCON, C_NONE, C_NONE, C_NONE, C_NONE, 0, 0, 0, 0, 0},    // align code
    	{obj.APCALIGNMAX, C_LCON, C_NONE, C_NONE, C_LCON, C_NONE, 0, 0, 0, 0, 0}, // align code, conditional
    }
    
    // Valid pstate field values, and value to use in instruction.
    // Doesn't include special registers.
    var pstatefield = []struct {
    	opd SpecialOperand
    	enc uint32
    }{
    	{SPOP_DAIFSet, 3<<16 | 4<<12 | 6<<5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  8. src/crypto/sha512/sha512_test.go

    	block(asm, buf)
    	if *gen != *asm {
    		t.Error("block and blockGeneric resulted in different states")
    	}
    }
    
    // Tests for unmarshaling hashes that have hashed a large amount of data
    // The initial hash generation is omitted from the test, because it takes a long time.
    // The test contains some already-generated states, and their expected sums
    // Tests a problem that is outlined in GitHub issue #29541
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    	pw.Close()
    	<-quitReadCh
    
    	req.Body = save
    }
    
    // Issue 37669
    // Test that a cancellation doesn't result in a data race due to the writeLoop
    // goroutine being left running, if the caller mutates the processed Request
    // upon completion.
    func TestErrorWriteLoopRace(t *testing.T) {
    	if testing.Short() {
    		return
    	}
    	t.Parallel()
    	for i := 0; i < 1000; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. cmd/bucket-replication.go

    // is specified) enabled.
    // Similar to bucket replication for PUT operation, soft delete (a.k.a setting delete marker) and
    // permanent deletes (by specifying a version ID in the delete operation) have three states "Pending", "Complete"
    // and "Failed" to mark the status of the replication of "DELETE" operation. All failed operations can
    // then be retried by healing. In the case of permanent deletes, until the replication is completed on the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
Back to top