Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XlaVariadicReduceV2 (0.17 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      return ::xla::ConvertPrecisionConfig(&precision, builder);
    }
    
    //===----------------------------------------------------------------------===//
    // XlaVariadicReduceV2 op utilities.
    //===----------------------------------------------------------------------===//
    
    static void BuildBodyWithCall(PatternRewriter &rewriter, const Location &loc,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT:   %[[SUM:.*]] = func.call @sum_reducer(%[[ARG0]], %[[ARG1]]){{.*}}
      // CHECK-NEXT:   mhlo.return %[[SUM]] : tensor<complex<f64>>
      // CHECK: return %[[REDUCE]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top