Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LSTMKernelType (0.92 sec)

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

        "mirror_pad_attr">;
    
    // LSTM Kernel Type attributes
    def TFL_LSTM_KT_FULL  : I32EnumAttrCase<"FULL", 0>;
    def TFL_LSTM_KT_BASIC  : I32EnumAttrCase<"BASIC", 1>;
    def TFL_LSTMKernelType : I32EnumAttr<"LSTMKernelType", "lstm_kernel_type",
       [
         TFL_LSTM_KT_FULL,  TFL_LSTM_KT_BASIC
       ]>{
      let genSpecializedAttr = 0;
      let cppNamespace = "::mlir::TFL";
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 20 00:05:24 UTC 2022
    - 6.4K bytes
    - Viewed (0)
Back to top