Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 7,860 for 3$ (0.03 sec)

  1. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/unexpected-alias-key-3.toml

    Louis Jacomet <******@****.***> 1672066652 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 17:10:32 UTC 2024
    - 106 bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello.yaml.3.template.gen.yaml

            startupProbe:
              httpGet:
                path: /healthz/ready
                port: 15021
              initialDelaySeconds: 0
              periodSeconds: 1
              timeoutSeconds: 3
              failureThreshold: {{ .Values.global.proxy.startupProbe.failureThreshold }}
          {{ end }}
            readinessProbe:
              httpGet:
                path: /healthz/ready
                port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inputs/hello.yaml.3.values.gen.yaml

    Jingming Guo <******@****.***> 1715374912 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inputs/hello.yaml.3.mesh.gen.yaml

    John Howard <******@****.***> 1709830758 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 16:59:18 UTC 2024
    - 191 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/device_assignment_by_func_attr.mlir

      // CHECK: device = "cpu"
      %2 = "tf.Relu"(%1) {T = f32, _output_shapes = ["tfshape$dim { size: 3 } dim { size: 3 }"], device = "cpu"} : (tensor<3x3xf32>) -> tensor<3x3xf32>
      // CHECK: device = "xpu"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 10 00:30:05 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.golden_summary

     Add 2
     BiasAdd 1
     ConcatV2 1
     Const 3
     GreaterEqual 1
     MatMul 1
     Mul 3
     Select 3
     Shape 1
     Sigmoid 3
     Split 1
     Tanh 2
    cluster 17 size 60
     Add 2
     AddN 4
     BiasAddGrad 1
     BroadcastGradientArgs 1
     Cast 2
     ConcatOffset 1
     ConcatV2 1
     Const 8
     MatMul 2
     Mul 6
     NoOp 2
     Reshape 9
     Select 5
     SigmoidGrad 3
     Slice 2
     Sum 9
     TanhGrad 2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 06 10:38:14 UTC 2023
    - 5K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/collect/GeneralRangeTest.java

          assertEquals(
              GeneralRange.upTo(Ordering.natural(), 3, endpointType),
              GeneralRange.from(Range.upTo(3, endpointType)));
    
          assertEquals(
              GeneralRange.downTo(Ordering.natural(), 3, endpointType),
              GeneralRange.from(Range.downTo(3, endpointType)));
        }
      }
    
      public void testFromRangeTwoEnds() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. src/go/internal/gccgoimporter/testdata/time.gox

     func (t <type 3>) .time.date (full <type -15>) (year <type -11>, month <type 18>, day <type -11>, yday <type -11>);
     func (t <type 3>) UTC () <type 3>;
     func (t <type 3>) Local () <type 3>;
     func (t <type 3>) In (loc <type 20 *<type 6>>) <type 3>;
     func (t <type 3>) Location () <type 21 *<type 6>>;
     func (t <type 3>) Zone () (name <type -16>, offset <type -11>);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2.HorizontalPodAutoscaler.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/generator/DependencyTreeTest.groovy

            def classCount = amount(3, maxLevel) + 1
            when:
            tree.calculateClassDependencies(0, 0, classCount)
    
            then:
            def level4Class = classCount - 1
            tree.getTransitiveChildClassIds(level4Class).size() == 3
            def level3Class = tree.getTransitiveChildClassIds(level4Class).get(0)
            tree.getTransitiveChildClassIds(level3Class).size() == 3
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top