Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SoftPlus (0.49 sec)

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

      func.return %1 : tensor<4xf32>
    }
    
    //===----------------------------------------------------------------------===//
    // tf.Softplus legalization
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL: func @softplus_f16
    // CHECK-SAME: ([[FEATURES:%.*]]: tensor<8x16xf16>)
    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. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      // repeated floating point additions.
      return (ty.isF16() || ty.isBF16()) ? FloatType::getF32(ty.getContext()) : ty;
    }
    
    //===----------------------------------------------------------------------===//
    // Softplus op utilities.
    //===----------------------------------------------------------------------===//
    
    static DenseElementsAttr GetEpsilonValue(Type ty) {
      auto element_ty = mlir::cast<TensorType>(ty).getElementType();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top