Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 388 for v100 (0.07 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/version/version_test.go

    		{version: "1.0.0-0.3.7", unparsed: "1.0.0"},
    		{version: "1.0.0-alpha", unparsed: "1.0.0", equalsPrev: true},
    		{version: "1.0.0-alpha+001", unparsed: "1.0.0", equalsPrev: true},
    		{version: "1.0.0-alpha.1", unparsed: "1.0.0", equalsPrev: true},
    		{version: "1.0.0-alpha.beta", unparsed: "1.0.0", equalsPrev: true},
    		{version: "1.0.0.beta", unparsed: "1.0.0", equalsPrev: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/base/tests/tensorhandle_test.cc

      absl::Span<const typename TypeParam::type> tensor_view(
          reinterpret_cast<typename TypeParam::type*>(tensor.data()), value.size());
      EXPECT_EQ(tensor_view[0], 42);
      EXPECT_EQ(tensor_view[1], 100);
      EXPECT_EQ(tensor_view[2], 0);
      EXPECT_EQ(tensor_view[3], 1);
      EXPECT_EQ(tensor_view[4], 4);
      EXPECT_EQ(tensor_view[5], 29);
    
      EXPECT_EQ(tensor.num_bytes(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 09:56:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/testdata/scopes.go

    			} else {
    				c := 1.1
    				f4(int(c))
    			}
    			f5(b)
    		}
    		f6(a)
    	}
    
    	{ // From delve testnextprog.go
    		var (
    			j = id(1)
    			f = id(2)
    		)
    		for i := 0; i <= 5; i++ {
    			j += j * (j ^ 3) / 100
    			if i == f {
    				fmt.Println("foo")
    				break
    			}
    			sleepytime()
    		}
    		helloworld()
    	}
    }
    
    func sleepytime() {
    	time.Sleep(5 * time.Millisecond)
    }
    
    func helloworld() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  4. src/strconv/ctoa_test.go

    		}
    	}
    }
    
    func TestFormatComplexInvalidBitSize(t *testing.T) {
    	defer func() {
    		if r := recover(); r == nil {
    			t.Fatalf("expected panic due to invalid bitSize")
    		}
    	}()
    	_ = FormatComplex(1+2i, 'g', -1, 100)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 30 00:13:25 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  5. tensorflow/c/eager/immediate_execution_tensor_handle.cc

      if (!SummarizeValue(value_string).ok()) {
        value_string = "<error computing value>";
      }
      if (value_string.length() > 100) {
        // The default NumPy-style output can be distractingly long in error
        // messages.
        value_string = absl::StrCat(value_string.substr(0, 100), " [...]");
      }
      Status s;
      const char* device_name = DeviceName(&s);
      if (!s.ok()) {
        device_name = "<error fetching device name>";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 09:49:45 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. samples/open-telemetry/loki/otel.yaml

          attributes:
            actions:
            - action: insert
              key: loki.attribute.labels
              value: pod, namespace,cluster,mesh
        exporters:
          loki:
            endpoint: "http://loki.istio-system.svc:3100/loki/api/v1/push"
          logging:
            loglevel: debug
        extensions:
          health_check:
        service:
          extensions:
          - health_check
          pipelines:
            logs:
              receivers: [otlp]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/test/resources/org/gradle/plugins/ide/idea/model/customProject.xml

      </component>
      <component name="VcsDirectoryMappings">
        <mapping directory="" vcs="Git" />
      </component>
      <component name="libraryTable">
      <library name="scala-compiler-2.10.0">
        <CLASSES>
          <root url="jar://$USER_HOME$/lib1.jar!/" />
          <root url="jar://$USER_HOME$/lib2.jar!/" />
          <root url="jar://$USER_HOME$/lib3.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. docs/bucket/replication/sio-error.sh

    NODES=4
    
    args1=()
    args2=()
    for i in $(seq 1 $NODES); do
    	args1+=("http://localhost:$((9000 + i))/tmp/xl/1/$i ")
    	args2+=("http://localhost:$((9100 + i))/tmp/xl/2/$i ")
    done
    
    for i in $(seq 1 $NODES); do
    	./minio server --address "127.0.0.1:$((9000 + i))" ${args1[@]} & # | tee /tmp/minio/node.$i &
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/ExactVersionSelectorTest.groovy

            !accept("1.a.2", "1a2")
        }
    
        def "does not accept candidate version that has different number of trailing .0's"() {
            expect:
            !accept("1.0.0", "1.0")
            !accept("1", "1.0.0")
        }
    
        def "does not accept candidate version that has different capitalization"() {
            !accept("1.0-alpha", "1.0-ALPHA")
        }
    
        def "supports metadata-aware accept method (with same result)"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. src/text/scanner/scanner_test.go

    type token struct {
    	tok  rune
    	text string
    }
    
    var f100 = "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
    
    var tokenList = []token{
    	{Comment, "// line comments"},
    	{Comment, "//"},
    	{Comment, "////"},
    	{Comment, "// comment"},
    	{Comment, "// /* comment */"},
    	{Comment, "// // comment //"},
    	{Comment, "//" + f100},
    
    	{Comment, "// general comments"},
    	{Comment, "/**/"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 17 03:41:50 UTC 2022
    - 25.3K bytes
    - Viewed (0)
Back to top