Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LSTMKernelType (1.48 sec)

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

        // Since this op is the BASIC kernel only, constrain it.
        ConfinedAttr<
          DefaultValuedOptionalAttr<TFL_LSTMKernelTypeAttr, "mlir::TFL::LSTMKernelType::BASIC">,
          [TFL_LSTMKernelTypeEqualsTo<"mlir::TFL::LSTMKernelType::BASIC">]>:$kernel_type
      );
    
      let hasOptions = 1;
    
      let results = (outs TFL_2DTensorOf<[F32, QUI8]>:$activ_output,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // expected-error @+1 {{'tfl.lstm' op attribute 'kernel_type' failed to satisfy constraint: lstm_kernel_type whose value is mlir::TFL::LSTMKernelType::FULL}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
Back to top