Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 582 for SIMPLE (0.19 sec)

  1. tensorflow/compiler/mlir/quantization/common/lift_as_function_call_test.cc

      EXPECT_FALSE(IsEinsumSupportedByXlaDotV2(einsum_one_operand));
      EXPECT_FALSE(IsEinsumSupportedByXlaDotV2(einsum_ellipsis));
    }
    
    TEST_F(LiftAsFunctionCallTest, GetQuantizationMethodSucceeds) {
      // Function containing a simple `TF::XlaCallModuleOp` with a valid string
      // attribute `_quantization_method` set to `"no_quantization {}"`.
      constexpr absl::string_view kXlaCallModuleOpWithQuantizationMethodAttr =
          R"mlir(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/functional-control-flow-to-regions.mlir

    // RUN: tf-opt %s -pass-pipeline='builtin.module(tf-functional-control-flow-to-regions{allow-passthrough-args})' -split-input-file -verify-diagnostics | FileCheck %s
    
    // Simple If
    // CHECK: func private @testIf1Then{{.+}}
    // CHECK: func private @testIf1Else{{.+}}
    func.func private @testIf1Then(tensor<*xf32>) -> tensor<*xf32>
    func.func private @testIf1Else(tensor<*xf32>) -> tensor<*xf32>
    
    // CHECK-LABEL: func @testIf1Result(%arg0: tensor<i1>, %arg1: tensor<*xf32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 06 21:59:28 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    	}{
    		{
    			name:   "simple pod not running and not have podIP",
    			inputs: []any{},
    			pod: &v1.Pod{
    				TypeMeta: metav1.TypeMeta{},
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "name",
    					Namespace: "ns",
    				},
    				Spec: v1.PodSpec{},
    				Status: v1.PodStatus{
    					Phase: v1.PodPending,
    				},
    			},
    			result: nil,
    		},
    		{
    			name:   "simple pod not running but have podIP",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/first-steps.md

    # Primeros pasos
    
    Un archivo muy simple de FastAPI podría verse así:
    
    ```Python
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Copia eso a un archivo `main.py`.
    
    Corre el servidor en vivo:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  5. docs/fr/docs/tutorial/first-steps.md

    # Démarrage
    
    Le fichier **FastAPI** le plus simple possible pourrait ressembler à cela  :
    
    ```Python
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Copiez ce code dans un fichier nommé `main.py`.
    
    Démarrez le serveur :
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 20:52:31 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  6. pkg/controller/endpointslicemirroring/reconciler.go

    	eventRecorder record.EventRecorder
    
    	// maxEndpointsPerSubset references the maximum number of endpoints that
    	// should be added to an EndpointSlice for an EndpointSubset. This allows
    	// for a simple 1:1 mapping between EndpointSubset and EndpointSlice.
    	maxEndpointsPerSubset int32
    
    	// metricsCache tracks values for total numbers of desired endpoints as well
    	// as the efficiency of EndpointSlice endpoints distribution
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 18:08:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  7. docs/fr/docs/alternatives.md

    Requests a un design très simple et intuitif, il est très facile à utiliser, avec des valeurs par défaut raisonnables, tout en étant très puissant et personnalisable.
    
    C'est pourquoi, comme le dit le site officiel :
    
    > Requests est l'un des packages Python les plus téléchargés de tous les temps
    
    La façon dont vous l'utilisez est très simple. Par exemple, pour faire une requête `GET`, vous devez écrire :
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware_test.go

    		redirect           bool
    	}{
    		{
    			name:               "root path, simple get",
    			method:             "GET",
    			requestPath:        "",
    			redirect:           true,
    			expectedStatusCode: 301,
    			expectedHeader: http.Header{
    				"Location": []string{"/"},
    			},
    		},
    		{
    			name:               "root path, simple put",
    			method:             "PUT",
    			requestPath:        "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/proxy/streamtunnel_test.go

    	"X-App-Protocol: portforward.k8s.io\r\n" +
    	"\r\n"
    
    func TestTunnelingHandler_HeaderInterceptingConn(t *testing.T) {
    	// Basic http response is intercepted correctly; no extra data sent to net.Conn.
    	t.Run("simple-no-body", func(t *testing.T) {
    		testConnConstructor := &mockConnInitializer{mockConn: &mockConn{}, initializeWriteConn: &mockConn{}}
    		hic := &headerInterceptingConn{initializableConn: testConnConstructor}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 02:21:50 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/validation/field/errors.go

    				value = "null"
    			} else {
    				value = reflectValue.Elem().Interface()
    			}
    		}
    		switch t := value.(type) {
    		case int64, int32, float64, float32, bool:
    			// use simple printer for simple types
    			s = fmt.Sprintf("%s: %v", v.Type, value)
    		case string:
    			s = fmt.Sprintf("%s: %q", v.Type, t)
    		case fmt.Stringer:
    			// anything that defines String() is better than raw struct
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top