Searched refs:kLstmCellSimple (Results 1 – 3 of 3) sorted by relevance
35 constexpr char kLstmCellSimple[] = "LSTMCellSimple"; variable62 virtual llvm::StringRef GetCompositeOpName() { return kLstmCellSimple; } in GetCompositeOpName()
74 attributes.push_back(kLstmCellSimple); in createLstmCompositeFunc()200 llvm::SmallVector<std::string, 2> attributes{kLstmCellSimple, in TEST_F()
253 } else if (attr.getValue() == mlir::TFL::kLstmCellSimple) { in ConvertTFImplements()