Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.h30 std::unique_ptr<GPUOperation> SelectLSTM(const OperationDef& op_def,
Dsimple_selectors.cc49 std::unique_ptr<GPUOperation> SelectLSTM(const OperationDef& op_def, in SelectLSTM() function
Doperation_selector.cc420 *gpu_op = SelectLSTM(op_def, gpu_info); in GPUOperationFromNode()