Home
last modified time | relevance | path

Searched defs:has_projection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc364 bool has_projection, float proj_clip, in BuildOutputStateUpdate()
468 const bool has_projection = HasProjection(tflite_node); in ParseLSTMAttributes() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/
H A DLSTMParams.h300 bool has_projection() const in has_projection() function