Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,066 for convlit (0.13 sec)

  1. cni/pkg/install/testdata/list-with-istio.conflist

    Ben Leggett <******@****.***> 1716316321 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 724 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/convert-tf-control-flow-to-scf.mlir

    // RUN: tf-opt -convert-tf-control-flow-to-scf %s | FileCheck %s
    
    // `tf.IfRegion` which returns values gets converted to `scf.if`.
    func.func private @test_if_then1(tensor<4xf32>) -> tensor<4xf32>
    func.func private @test_if_else1(tensor<4xf32>) -> tensor<4xf32>
    // CHECK-LABEL: func @test_supported_lowering_of_tf_if_region1
    // CHECK-SAME: (%[[ARG0:.*]]: tensor<i1>, %[[ARG1:.*]]: tensor<4xf32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. cni/pkg/install/testdata/list-no-istio.conflist

    Pengyuan Bian <******@****.***> 1625172474 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 01 20:47:54 UTC 2021
    - 508 bytes
    - Viewed (0)
  4. releasenotes/notes/tls-tcp-conflict.yaml

    John Howard <******@****.***> 1659406991 +0000
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 02 02:23:11 UTC 2022
    - 187 bytes
    - Viewed (0)
  5. cni/pkg/install/testdata/list-with-istio.conflist.golden

    Ben Leggett <******@****.***> 1716316321 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 867 bytes
    - Viewed (0)
  6. cmd/warm-backend-gcs.go

    	)
    	if err != nil {
    		return nil, err
    	}
    	return &warmBackendGCS{client, conf.Bucket, conf.Prefix, conf.StorageClass}, nil
    }
    
    // Convert GCS errors to minio object layer errors.
    func gcsToObjectError(err error, params ...string) error {
    	if err == nil {
    		return nil
    	}
    
    	bucket := ""
    	object := ""
    	uploadID := ""
    	if len(params) >= 1 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 21 11:43:18 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/toolchain.go

    //
    // Note that the repo ONLY reports versions. It does not actually support
    // downloading of the actual toolchains. Instead, that is done using
    // the regular repo code with "golang.org/toolchain".
    // The naming conflict is unfortunate: "golang.org/toolchain"
    // should perhaps have been "go.dev/dl", but it's too late.
    //
    // For clarity, this file refers to golang.org/toolchain as the "DL" repo,
    // the one you can actually download.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 13 16:44:24 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. cni/test/install_k8s_test.go

    			},
    		},
    		{
    			name:                  "Skip invalid .conflist files for first valid .conflist file",
    			chainedCNIPlugin:      true,
    			resultFileName:        "02-calico.conflist",
    			expectedOutputFile:    testDataDir + "/expected/10-calico.conflist-istioconfig",
    			expectedPostCleanFile: testDataDir + "/pre/calico.conflist",
    			cniConfDirOrderedFiles: []string{
    				"noname_calico.conflist",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 27 18:01:48 UTC 2022
    - 8K bytes
    - Viewed (0)
  9. test/convert1.go

    	_ = string(si) // ERROR "cannot convert.* string|invalid type conversion"
    	_ = []byte(si) // ERROR "cannot convert.*\[\]byte|invalid type conversion"
    	_ = []rune(si) // ERROR "cannot convert.*\[\]rune|invalid type conversion"
    	_ = []int64(si)
    	_ = Tstring(si) // ERROR "cannot convert.*Tstring|invalid type conversion"
    	_ = Tbyte(si)   // ERROR "cannot convert.*Tbyte|invalid type conversion"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 3.4K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/nodeports/node_ports.go

    func (pl *NodePorts) Name() string {
    	return Name
    }
    
    // getContainerPorts returns the used host ports of Pods: if 'port' was used, a 'port:true' pair
    // will be in the result; but it does not resolve port conflict.
    func getContainerPorts(pods ...*v1.Pod) []*v1.ContainerPort {
    	ports := []*v1.ContainerPort{}
    	for _, pod := range pods {
    		for j := range pod.Spec.Containers {
    			container := &pod.Spec.Containers[j]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 10:53:29 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top