Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 05 (0.04 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    	{ASHLW, yshl, Pe, opBytes{0xd1, 04, 0xc1, 04, 0xd3, 04, 0xd3, 04}},
    	{ASHRB, yshb, Pb, opBytes{0xd0, 05, 0xc0, 05, 0xd2, 05}},
    	{ASHRL, yshl, Px, opBytes{0xd1, 05, 0xc1, 05, 0xd3, 05, 0xd3, 05}},
    	{ASHRQ, yshl, Pw, opBytes{0xd1, 05, 0xc1, 05, 0xd3, 05, 0xd3, 05}},
    	{ASHRW, yshl, Pe, opBytes{0xd1, 05, 0xc1, 05, 0xd3, 05, 0xd3, 05}},
    	{ASHUFPD, yxshuf, Pq, opBytes{0xc6, 00}},
    	{ASHUFPS, yxshuf, Pm, opBytes{0xc6, 00}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller_test.go

    							Resources: resourceContainerSpec("50M", "0.5"),
    						}},
    					},
    				},
    			},
    			ds: &apps.DaemonSet{
    				Spec: apps.DaemonSetSpec{
    					Selector: &metav1.LabelSelector{MatchLabels: simpleDaemonSetLabel},
    					Template: v1.PodTemplateSpec{
    						ObjectMeta: metav1.ObjectMeta{
    							Labels: simpleDaemonSetLabel,
    						},
    						Spec: resourcePodSpec("", "100M", "0.5"),
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    		},
    		// Test generate options: Wide.
    		{
    			deployment: testDeployment,
    			options:    printers.GenerateOptions{Wide: true},
    			// Columns: Name, ReadyReplicas, UpdatedReplicas, AvailableReplicas, Age, Containers, Images, Selectors
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          has_batch_norm: bool,
          target_opset: quant_opts_pb2.OpSet,
      ):
        class ConvModel(module.Module):
    
          def __init__(self):
            self.filter_value = np.random.uniform(
                low=-0.5, high=0.5, size=(2, 3, 3, 2)
            ).astype('f4')
    
          @def_function.function(
              input_signature=[
                  tensor_spec.TensorSpec(
                      name='input', shape=[1, 3, 4, 3], dtype=dtypes.float32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

                    CPred<"getElementTypeOrSelf($_op.getResult(0)).isInteger(32)">]>]>>,
       TFL_RuntimePredOpTrait<"lhs and rhs of this op must have rank between [2, 5]",
         And<[TFL_OperandHasRankAtMostPred<0, 5>,
              TFL_OperandHasRankAtMostPred<1, 5>]>>,
       DynamicRangeQuantizedOpInterface]> {
    
      let summary = "Batch Matrix Multiply Operator";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/data.go

    		culprit := ldr.SymName(state.data[sym.STEXT][0])
    		Errorf(nil, "dodata found an sym.STEXT symbol: %s", culprit)
    	}
    	state.allocateSingleSymSections(&Segtext, sym.SELFRXSECT, sym.SRODATA, 05)
    	state.allocateSingleSymSections(&Segtext, sym.SMACHOPLT, sym.SRODATA, 05)
    
    	/* read-only data */
    	sect = state.allocateNamedDataSection(segro, ".rodata", sym.ReadOnly, 04)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.rodata", 0), sect)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

      %0 = "tf.Const"() {value = dense<0.0> : tensor<f32>} : () -> tensor<f32>...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    	cycleMap3["different"] = cycleMap3
    }
    
    var deepEqualTests = []DeepEqualTest{
    	// Equalities
    	{nil, nil, true},
    	{1, 1, true},
    	{int32(1), int32(1), true},
    	{0.5, 0.5, true},
    	{float32(0.5), float32(0.5), true},
    	{"hello", "hello", true},
    	{make([]int, 10), make([]int, 10), true},
    	{&[3]int{1, 2, 3}, &[3]int{1, 2, 3}, true},
    	{Basic{1, 0.5}, Basic{1, 0.5}, true},
    	{error(nil), error(nil), true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    ^bb0(%arg0: tensor<8x8x8x8xf32>, %arg1: tensor<8xf32>, %arg2: tensor<8xf32>, %arg3: tensor<8xf32>, %arg4: tensor<8xf32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  10. go.sum

    github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
    github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
    github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
    github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
    github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
Back to top