Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 288 for salary (0.61 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentAttributesRulesIntegrationTest.groovy

                    }
    
                    public void execute(ComponentMetadataContext context) {
                        context.details.attributes {
                            attribute targetAttribute, ${fixApplied ? '"qa"' : '"canary"'}
                        }
                    }
                }
    
                dependencies {
                    attributesSchema {
                        attribute(quality)
                    }
                    components {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/VariantAttributesRulesIntegrationTest.groovy

            given:
            repository {
                id('org.test:module:1.0') {
                    variant('customVariant1') {
                        attribute 'quality', 'canary'
                    }
                    variant('customVariant2') {
                        attribute 'quality', 'canary'
                    }
                }
            }
            buildFile << """
                def quality = Attribute.of("quality", String)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  3. docs/tr/docs/tutorial/path-params.md

        Bu tanımlamayla birlikte, **FastAPI** size otomatik istek <abbr title="HTTP isteği ile birlikte gelen string'i Python verisine dönüştürme">"ayrıştırma"</abbr> özelliği sağlar.
    
    ## Veri Doğrulama
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/utils/bfloat16_type_test.cc

      DialectRegistry mlir_registry;
      RegisterCommonToolingDialects(mlir_registry);
      context->appendDialectRegistry(mlir_registry);
      return context;
    }
    
    TEST(IsLargeFloatTypeTest, scalars) {
      auto context = CreateContext();
    
      EXPECT_FALSE(IsLargeFloatType(Float8E4M3FNType::get(context.get())));
      EXPECT_FALSE(IsLargeFloatType(Float16Type::get(context.get())));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 19 23:51:52 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_arith_ops_folder.h

                                      ShapedType result_ty) -> bool {
        // Scalar identity is broadcastable to any operand shape, we only need to
        // check that operand has the same shape as a result.
        bool scalar_identity = identity_ty.hasRank() && identity_ty.getRank() == 0;
        if (scalar_identity) return operand_ty == result_ty;
    
        // If identity is not a scalar, we must verify that identity shape is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_NumberTensor, [{Must be a scalar.}]>:$beta1_power,
        Arg<TF_NumberTensor, [{Must be a scalar.}]>:$beta2_power,
        Arg<TF_NumberTensor, [{Scaling factor. Must be a scalar.}]>:$lr,
        Arg<TF_NumberTensor, [{Momentum factor. Must be a scalar.}]>:$beta1,
        Arg<TF_NumberTensor, [{Momentum factor. Must be a scalar.}]>:$beta2,
        Arg<TF_NumberTensor, [{Ridge term. Must be a scalar.}]>:$epsilon,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. tests/integration/pilot/revisions/revision_tag_test.go

    				error    string
    			}{
    				{
    					"prod tag pointed to stable",
    					"prod",
    					"stable",
    					"istio.io/rev=prod",
    					"",
    				},
    				{
    					"prod tag pointed to canary",
    					"prod",
    					"canary",
    					"istio.io/rev=prod",
    					"",
    				},
    				{
    					"tag pointed to non existent revision",
    					"prod",
    					"fake-revision",
    					"istio.io/rev=prod",
    					"cannot modify tag",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. docs/tr/docs/deployment/cloud.md

    Bazı bulut sağlayıcılar ✨ [**FastAPI destekçileridir**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, bu FastAPI ve **ekosisteminin** sürekli ve sağlıklı bir şekilde **gelişmesini** sağlar.
    
    Ayrıca, size **iyi servisler** sağlamakla kalmayıp, **iyi ve sağlıklı bir framework** olan FastAPI'a bağlılıklarını gösterir.
    
    Bu hizmetleri denemek ve kılavuzlarını incelemek isteyebilirsiniz:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue May 28 14:05:55 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/templates/service.yaml

        istio.io/rev: {{ .Values.revision | quote }}
        {{- else }}
        # Label used by the 'default' service. For versioned deployments we match with app and version.
        # This avoids default deployment picking the canary
        istio: pilot
        {{- end }}
      {{- if .Values.pilot.ipFamilyPolicy }}
      ipFamilyPolicy: {{ .Values.pilot.ipFamilyPolicy }}
      {{- end }}
      {{- if .Values.pilot.ipFamilies }}
      ipFamilies:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. pilot/pkg/bootstrap/server_test.go

    				"istiod.istio-system.svc.cluster.local",
    			},
    		},
    		{
    			name:             "canary revision",
    			customHost:       "a.com,b.com,c.com",
    			discoveryAddress: "istiod.istio-system.svc.cluster.local",
    			revision:         "canary",
    			sans: []string{
    				"a.com", "b.com", "c.com",
    				"istio-pilot.istio-system.svc",
    				"istiod-canary.istio-system.svc",
    				"istiod-remote.istio-system.svc",
    				"istiod.istio-system.svc",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top