Home
last modified time | relevance | path

Searched refs:kLayerNormalizedLstmCellSimple (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.h36 constexpr char kLayerNormalizedLstmCellSimple[] = variable
189 return kLayerNormalizedLstmCellSimple; in GetCompositeOpName()
Dlstm_utils_test.cc72 attributes.push_back(kLayerNormalizedLstmCellSimple); in createLstmCompositeFunc()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_composite_functions_tf.cc263 } else if (attr.getValue() == mlir::TFL::kLayerNormalizedLstmCellSimple) { in ConvertTFImplements()