Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for translation_ (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate_registration_test.cc

        llvm::raw_string_ostream os(sink);
    
        return (**translation_)(source_manager, os, &context);
      }
    
     private:
      llvm::cl::opt<const mlir::Translation*, false, mlir::TranslationParser>*
      RegisterTranslation() {
        // Can only register once per process.
        static const auto requested_translation =
            new llvm::cl::opt<const mlir::Translation*, false,
                              mlir::TranslationParser>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 23:11:32 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  2. docs/missing-translation.md

    !!! warning
        The current page still doesn't have a translation for this language.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 213 bytes
    - Viewed (0)
  3. hack/update-translations.sh

    # This script updates `staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/template.pot` and
    # generates/fixes .po and .mo files.
    # Usage: `update-translations.sh`.
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/util.sh"
    
    TRANSLATIONS="staging/src/k8s.io/kubectl/pkg/util/i18n/translations"
    KUBECTL_FILES=()
    KUBECTL_DEFAULT_LOCATIONS=(
      "pkg/kubectl/cmd"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 22 03:48:42 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  4. .github/workflows/notify-translations.yml

    name: Notify Translations
    
    on:
      pull_request_target:
        types:
          - labeled
          - closed
      workflow_dispatch:
        inputs:
          number:
            description: PR number
            required: true
          debug_enabled:
            description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
            required: false
            default: 'false'
    
    jobs:
      notify-translations:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 07:19:41 UTC 2023
    - 1022 bytes
    - Viewed (0)
  5. operator/pkg/translate/yaml_tree.go

    		return "", err
    	}
    
    	for inPath, translation := range translations {
    		path := util.PathFromString(inPath)
    		node, found, err := tpath.Find(inTree, path)
    		if err != nil {
    			return "", err
    		}
    		if !found {
    			continue
    		}
    
    		if err := tpath.MergeNode(outTree, util.PathFromString(translation), node); err != nil {
    			return "", err
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  6. .github/actions/notify-translations/action.yml

    name: "Notify Translations"
    description: "Notify in the issue for a translation when there's a new PR available"
    author: "Sebastián Ramírez <******@****.***>"
    inputs:
      token:
        description: 'Token, to read the GitHub API. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
        required: true
    runs:
      using: 'docker'
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Aug 18 13:07:08 UTC 2021
    - 346 bytes
    - Viewed (0)
  7. docs/en/docs/fastapi-people.md

    ## Top Translation Reviewers
    
    These users are the **Top Translation Reviewers**. 🕵️
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 16 23:54:24 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf_mlir_translate_main.cc

      tensorflow::InitMlir y(&argc, &argv);
    
      // Add flags for all the registered translations.
      llvm::cl::opt<const mlir::Translation*, false, mlir::TranslationParser>
          requested_translation("", llvm::cl::desc("Translation to perform"));
      mlir::registerAsmPrinterCLOptions();
      llvm::cl::ParseCommandLineOptions(argc, argv, "TF MLIR translation driver\n");
    
      if (!import_saved_model_object_graph && !import_saved_model_signature_defs &&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 7K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/gateway-custom-ingressgateway-translation.yaml

    Leonardo Sarra <******@****.***> 1717490886 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 08:48:06 UTC 2024
    - 672 bytes
    - Viewed (0)
  10. operator/pkg/metrics/monitoring.go

    	ManifestRenderErrorTotal = monitoring.NewSum(
    		"manifest_render_error_total",
    		"Number of times error occurred during rendering output manifest",
    	)
    
    	// LegacyPathTranslationTotal counts the translations from legacy API to new one.
    	LegacyPathTranslationTotal = monitoring.NewSum(
    		"legacy_path_translation_total",
    		"Number of times a legacy API path is translated",
    	)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top