Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertLayerNormalizedLSTMCellSimpleToFusedLSTM (0.51 sec)

  1. tensorflow/compiler/mlir/lite/utils/lstm_utils.h

    class ConvertLayerNormalizedLSTMCellSimpleToFusedLSTM
        : public ConvertLSTMCellSimpleToFusedLSTM {
     public:
      explicit ConvertLayerNormalizedLSTMCellSimpleToFusedLSTM(
          mlir::func::FuncOp fused_func_op)
          : ConvertLSTMCellSimpleToFusedLSTM(fused_func_op) {}
    
      // not copyable.
      ConvertLayerNormalizedLSTMCellSimpleToFusedLSTM(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 03 00:14:05 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top