Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for lstm_ (0.04 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        if (is_layer_norm_lstm) {
          const auto forget_layer_norm_coefficients =
              op.getForgetLayerNormCoefficients().getType().cast<ShapedType>();
          // If this lstm has layer normalization, this input value,
          // "forget_layer_norm_coefficients" should be a 1D tensor.
          if (!forget_layer_norm_coefficients.hasRank() ||
              forget_layer_norm_coefficients.getRank() != 1 ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top