Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 600 for translated (0.29 sec)

  1. tensorflow/compiler/mlir/tfr/resources/decomposition_lib.mlir

    }
    
    // Translated from:
    //
    // REGISTER_OP("Add")
    //     .Input("x: T")
    //     .Input("y: T")
    //     .Output("z: T")
    //     .Attr(
    //         "T: {bfloat16, half, float, double, uint8, int8, int16, int32, int64, "
    //         "complex64, complex128, string}")
    tfr.func @tf__add_(!tfr.tensor<T>, !tfr.tensor<T>)
        -> !tfr.tensor<T> attributes{T}
    
    // Translated from:
    //
    // REGISTER_OP("MatMul")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/configuration/BeanConfigurationPathTranslator.java

    /**
     * Postprocesses filesystem paths. For instance, a path translator might want to resolve relative paths given in the
     * bean configuration against some base directory.
     *
     */
    public interface BeanConfigurationPathTranslator {
    
        /**
         * Translates the specified path.
         *
         * @param path The path to translate, may be {@code null}.
         * @return The translated path or {@code null} if none.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. docs/en/docs/contributing.md

        * Search in all documents already translated into your language for `your-translated-document.md`. For example VS Code has an option "Edit" -> "Find in Files".
        * When translating a document, do not "pre-translate" `#hash-parts` that link to headings in untranslated documents.
    
    ## Tests
    
    There is a script that you can run locally to test all the code and generate coverage reports in HTML:
    
    <div class="termy">
    
    ```console
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/platform/NativePlatform.java

         */
        @Nested
        Architecture getArchitecture();
    
        /**
         * Sets the cpu architecture being targeted.
         * <p>
         * The architecture is provided as a string name, which is translated into one of the supported architecture types.
         * </p>
         * @see Architecture Supported notations.
         */
        void architecture(String name);
    
        /**
         * The operating system being targeted.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/python/flatbuffer_to_mlir.h

    #ifndef TENSORFLOW_COMPILER_MLIR_LITE_PYTHON_FLATBUFFER_TO_MLIR_H_
    #define TENSORFLOW_COMPILER_MLIR_LITE_PYTHON_FLATBUFFER_TO_MLIR_H_
    
    #include <string>
    
    namespace tensorflow {
    
    // Translates the given FlatBuffer filename or buffer into MLIR and returns
    // translated MLIR as string.
    std::string FlatBufferFileToMlir(const std::string& model_file_or_buffer,
                                     bool input_is_filepath);
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 19 04:00:19 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Util.h

     */
    
    #ifndef CUNIT_UTIL_H_SEEN
    #define CUNIT_UTIL_H_SEEN
    
    #include "CUnit.h"
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    #define CUNIT_MAX_ENTITY_LEN 5
    /**< Maximum number of characters in a translated xml entity. */
    
    CU_EXPORT size_t CU_translate_special_characters(const char *szSrc, char *szDest, size_t maxlen);
    /**< 
     *  Converts special characters in szSrc to xml entity codes and stores 
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  7. src/image/draw/clip_test.go

    		if !r.In(c.dr) {
    			t.Errorf("%s: c.dr %v does not contain r %v", c.desc, c.dr, r)
    		}
    		// sr is r translated into src's coordinate space.
    		sr := r.Add(c.sp.Sub(c.dr.Min))
    		if !sr.In(c.sr) {
    			t.Errorf("%s: c.sr %v does not contain sr %v", c.desc, c.sr, sr)
    		}
    		if !c.nilMask {
    			// mr is r translated into mask's coordinate space.
    			mr := r.Add(c.mp.Sub(c.dr.Min))
    			if !mr.In(c.mr) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  8. operator/pkg/translate/translate_value.go

    	}
    	// translate remaining untranslated paths into component values
    	err = t.translateRemainingPaths(valueTree, cpSpecTree, nil)
    	if err != nil {
    		return fmt.Errorf("error when translating remaining path: %v", err)
    	}
    	return nil
    }
    
    // TranslateK8S is a helper function to translate k8s settings from values.yaml to IstioOperator, except for gateways.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  9. operator/pkg/translate/yaml_tree.go

    // limitations under the License.
    
    package translate
    
    import (
    	"gopkg.in/yaml.v2"
    
    	"istio.io/istio/operator/pkg/tpath"
    	"istio.io/istio/operator/pkg/util"
    )
    
    // YAMLTree takes an input tree inTreeStr, a partially constructed output tree outTreeStr, and a map of
    // translations of source-path:dest-path in pkg/tpath format. It returns an output tree with paths from the input
    // tree, translated and overlaid on the output tree.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  10. tools/docker-builder/crane.go

    				// to "real path on disk". We do have a weak mapping though, by reproducing docker-copy.sh
    				for dest, src := range args.Files {
    					translated, err := translate(plan.Dependencies(), src)
    					if err != nil {
    						return err
    					}
    					args.Files[dest] = translated
    				}
    				bases.Insert(args.Base)
    				b.Args = append(b.Args, args)
    			}
    			builds = append(builds, b)
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 01:07:39 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top