Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 879 for RES (0.07 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/ifrt/sink_variable_as_named_array.mlir

    // CHECK-SAME:       used_by_host = false 
    // CHECK-NEXT:   [[RES:%.*]] = "tf.IfrtCall"([[KEY]], %arg0) <{program_id = 6515870160938153680 : i64, variable_arg_indices = [0 : i32]}>
    // CHECK-SAME:    : (tensor<!tf_type.string>, tensor<1x3xf32>) -> tensor<1x1xf32>
    // CHECK-NEXT:    return [[RES]] : tensor<1x1xf32>
    //
    module {
      func.func @serving_default(%arg0: tensor<1x3xf32>) -> tensor<1x1xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 15:33:17 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. internal/config/identity/ldap/config.go

    	}
    
    	// For now, ldapConfigs will only have a single entry for the default
    	// configuration.
    
    	var res []madmin.IDPListItem
    	for _, cfg := range ldapConfigs {
    		res = append(res, madmin.IDPListItem{
    			Type:    "ldap",
    			Name:    cfg,
    			Enabled: l.Enabled(),
    		})
    	}
    
    	return res, nil
    }
    
    // ErrProviderConfigNotFound - represents a non-existing provider error.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. pkg/kube/kclient/clienttest/test_helpers.go

    	t.t.Helper()
    	res, err := t.c.Create(object)
    	if err != nil {
    		t.t.Fatalf("create %v/%v: %v", object.GetNamespace(), object.GetName(), err)
    	}
    	return res
    }
    
    func (t TestWriter[T]) Update(object T) T {
    	t.t.Helper()
    	res, err := t.c.Update(object)
    	if err != nil {
    		t.t.Fatalf("update %v/%v: %v", object.GetNamespace(), object.GetName(), err)
    	}
    	return res
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. pkg/test/util/file/file.go

    	if err != nil {
    		return nil, err
    	}
    	res := []string{}
    	for _, d := range dir {
    		matched := len(extensions) == 0 // If none are set, match anything
    		for _, ext := range extensions {
    			if filepath.Ext(d.Name()) == ext {
    				matched = true
    				break
    			}
    		}
    		if matched {
    			res = append(res, filepath.Join(filePath, d.Name()))
    		}
    	}
    	return res, nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 17 02:22:22 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. pkg/version/version.go

    			}
    			value := strings.TrimSpace(fields[1])
    			switch fields[0] {
    			case "Version":
    				res.Version = value
    			case "GitRevision":
    				res.GitRevision = value
    			case "GolangVersion":
    				res.GolangVersion = value
    			case "BuildStatus":
    				res.BuildStatus = value
    			case "GitTag":
    				res.GitTag = value
    			default:
    				// Skip unknown fields, as older versions may report other fields
    				continue
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:26 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  6. pkg/kube/kclient/clienttest/direct.go

    	api := kubeclient.GetClient[T, TL](d.client, namespace)
    	res, err := api.Get(context.Background(), name, metav1.GetOptions{})
    	if err != nil && !kerrors.IsNotFound(err) {
    		d.t.Fatalf("get: %v", err)
    	}
    	return res
    }
    
    func (d *directClient[T, PT, TL]) List(namespace string, selector klabels.Selector) []T {
    	api := kubeclient.GetClient[T, TL](d.client, namespace)
    	res, err := api.List(context.Background(), metav1.ListOptions{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. src/net/http/httputil/reverseproxy.go

    		return
    	}
    
    	removeHopByHopHeaders(res.Header)
    
    	if !p.modifyResponse(rw, res, outreq) {
    		return
    	}
    
    	copyHeader(rw.Header(), res.Header)
    
    	// The "Trailer" header isn't included in the Transport's response,
    	// at least for *http.Transport. Build it up from Trailer.
    	announcedTrailers := len(res.Trailer)
    	if announcedTrailers > 0 {
    		trailerKeys := make([]string, 0, len(res.Trailer))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 23:37:42 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tf_executor_ops.mlir

    func.func @enter(%arg0: tensor<*xf32>, %arg1: i1) -> tensor<*xf32> {
      %result = tf_executor.graph {
    // CHECK: tf_executor.Enter %{{.*}} frame "some/fra\22me" : tensor<*xf32>
        %res:2 = tf_executor.Enter %arg0 frame "some/fra\"me" : tensor<*xf32>
        tf_executor.fetch %res#0 : tensor<*xf32>
      }
      func.return %result : tensor<*xf32>
    }
    
    // CHECK-LABEL: func @enter_broadcast(%{{.*}}: tensor<8xf32>, %{{.*}}: i1) -> tensor<*xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 25.8K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm.go

    // If cond is not 0, sets val = -val mod p.
    //
    //go:noescape
    func p256NegCond(val *p256Element, cond int)
    
    // If cond is 0, sets res = b, otherwise sets res = a.
    //
    //go:noescape
    func p256MovCond(res, a, b *P256Point, cond int)
    
    //go:noescape
    func p256BigToLittle(res *p256Element, in *[32]byte)
    
    //go:noescape
    func p256LittleToBig(res *[32]byte, in *p256Element)
    
    //go:noescape
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  10. cmd/utils_test.go

    		RequestURI string      `json:"reqURI"`
    		Header     http.Header `json:"header"`
    	}
    	res := jsonResult{}
    	if err = json.Unmarshal([]byte(strings.ReplaceAll(jsonReq, "%%", "%")), &res); err != nil {
    		t.Fatal(err)
    	}
    
    	// Look for expected method.
    	if res.Method != http.MethodGet {
    		t.Fatalf("Unexpected method %s, expected 'GET'", res.Method)
    	}
    
    	// Look for expected query values
    	expectedQuery := url.Values{}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Feb 23 21:28:14 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top