Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for onednn (0.22 sec)

  1. ci/official/envs/linux_arm64_onednn

    # limitations under the License.
    # ==============================================================================
    source ci/official/envs/linux_arm64
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Feb 06 19:26:00 GMT 2024
    - 810 bytes
    - Viewed (0)
  2. .github/workflows/trusted_partners.js

      let assignees = [];
      const title = context.payload.pull_request && context.payload.pull_request.title;
      const lowercased_title = (title || '').toLowerCase();
      const onednn_assignees = ['penpornk'];
      if (lowercased_title.includes('onednn')) assignees = onednn_assignees;
      const intel_windows_assignees = ['nitins17', 'learning-to-play'];
      if (lowercased_title.includes('intel') &&
    JavaScript
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Feb 07 13:52:04 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/grappler/grappler.h

      TF_TriState arithmetic_optimization;
      TF_TriState debug_stripper;
      TF_TriState constant_folding;
      TF_TriState shape_optimization;
      TF_TriState auto_mixed_precision;
      TF_TriState auto_mixed_precision_onednn_bfloat16;
      TF_TriState auto_mixed_precision_mkl;
      TF_TriState pin_to_host_optimization;
      TF_TriState layout_optimizer;
      TF_TriState remapping;
      TF_TriState loop_optimization;
    C
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Aug 03 18:08:43 GMT 2022
    - 12.5K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/grappler/grappler.cc

      CONFIG_TOGGLE(debug_stripper);
      CONFIG_TOGGLE(constant_folding);
      CONFIG_TOGGLE(shape_optimization);
      CONFIG_TOGGLE(auto_mixed_precision);
      CONFIG_TOGGLE(auto_mixed_precision_onednn_bfloat16);
      CONFIG_TOGGLE(auto_mixed_precision_mkl);
      CONFIG_TOGGLE(pin_to_host_optimization);
      CONFIG_TOGGLE(layout_optimizer);
      CONFIG_TOGGLE(remapping);
      CONFIG_TOGGLE(loop_optimization);
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Sep 06 19:12:29 GMT 2023
    - 15K bytes
    - Viewed (1)
  5. .bazelrc

    build:mkl -c opt
    
    # config to build OneDNN backend with a user specified threadpool.
    build:mkl_threadpool --define=build_with_mkl=true --define=enable_mkl=true
    build:mkl_threadpool --define=tensorflow_mkldnn_contraction_kernel=0
    build:mkl_threadpool --define=build_with_mkl_opensource=true
    build:mkl_threadpool -c opt
    
    # Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 23 01:21:54 GMT 2024
    - 53.4K bytes
    - Viewed (2)
  6. RELEASE.md

    ### Major Features and Improvements
    
    *   [oneDNN CPU performance optimizations](https://github.com/tensorflow/community/blob/master/rfcs/20210930-enable-onednn-ops.md)
        Windows x64 & x86.
    
        *   **Windows x64 & x86 packages:**
            *   oneDNN optimizations are *enabled by default* on X86 CPUs
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  7. configure.py

            'adding "--config=<>" to your build command. See .bazelrc for more '
            'details.')
      config_info_line('mkl', 'Build with MKL support.')
      config_info_line(
          'mkl_aarch64',
          'Build with oneDNN and Compute Library for the Arm Architecture (ACL).')
      config_info_line('monolithic', 'Config for mostly static monolithic build.')
      config_info_line('numa', 'Build with NUMA support.')
      config_info_line(
    Python
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  8. tensorflow/BUILD

        "@mkl_dnn_acl_compatible//:__subpackages__",
        "@ml_dtypes//:__subpackages__",
        "@nccl_archive//:__subpackages__",
        "@nvtx_archive//:__subpackages__",
        "@onednn//:__subpackages__",
        "@org_sqlite//:__subpackages__",
        "@platforms//:__subpackages__",
        "@snappy//:__subpackages__",
        "@upb//:__subpackages__",
        "@zlib//:__subpackages__",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
  9. src/main/resources/fess_indices/fess/tr/stopwords.txt

    kimse
    kırk
    milyar
    milyon
    mu
    mü
    mı
    nasıl
    ne
    neden
    nedenle
    nerde
    nerede
    nereye
    niye
    niçin
    o
    olan
    olarak
    oldu
    olduğu
    olduğunu
    olduklarını
    olmadı
    olmadığı
    olmak
    olması
    olmayan
    olmaz
    olsa
    olsun
    olup
    olur
    olursa
    oluyor
    on
    ona
    ondan
    onlar
    onlardan
    onları
    onların
    onu
    onun
    otuz
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 1.5K bytes
    - Viewed (1)
  10. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/BasicJavadocLexerTest.groovy

            1 * visitor.onEnd()
            0 * visitor._
        }
    
        def normalizesHtmlElementNamesToLowercase() {
            when:
            lexer.pushText("<P></End>")
            lexer.visit(visitor)
    
            then:
            1 * visitor.onStartHtmlElement('p')
            1 * visitor.onStartHtmlElementComplete('p')
            1 * visitor.onEndHtmlElement('end')
            1 * visitor.onEnd()
            0 * visitor._
        }
    
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 6K bytes
    - Viewed (0)
Back to top