Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for HLO (0.21 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %0 : tensor<5x11xf32>
    }
    
    // Verify that MatMul with ranked inputs are lowered to HLO.
    // CHECK-LABEL: matmul_ranked
    func.func @matmul_ranked(%a: tensor<?x7xf32>, %b: tensor<7x?xf32>) -> tensor<?x?xf32> {
      // CHECK: "mhlo.dot"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. RELEASE.md

    ### XLA Support:
    
    *   xla.experimental.compile is deprecated, use
        `tf.function(experimental_compile=True)` instead.
    *   Adds `tf.function.experimental_get_compiler_ir` which returns compiler IR
        (currently 'hlo' and 'optimized_hlo') for given input for given function.
    
    ### Security:
    
    *   Fixes an undefined behavior causing a segfault in `tf.raw_ops.Switch`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // NOTE: Assertions have been autogenerated by utils/generate-test-checks.py
    // RUN: odml-to-stablehlo-opt -tf-legalize-hlo -verify-diagnostics %s | FileCheck %s
    
    // CHECK-LABEL:   func @biasAdd_NHWC(
    // CHECK-SAME:                       %[[VAL_0:.*]]: tensor<1x32x10x32xi32>,
    // CHECK-SAME:                       %[[VAL_1:.*]]: tensor<32xi32>) -> tensor<1x32x10x32xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedResultTypeAttr preferred_element_type = TF_DerivedResultTypeAttr<0>;
    
      let hasVerifier = 1;
    }
    
    def TF_XlaCustomCallV2Op : TF_Op<"XlaCustomCallV2", [Pure]> {
      let summary = "Emits an HLO `CustomCall` operation with multiple outputs.";
    
      let description = [{
    As opposed to `XlaCustomCall`, this operation supports multiple outputs.
    
    See `CustomCall` specification at
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top