Searched defs:hidden_mul_res (Results 1 – 2 of 2) sorted by relevance
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEQLSTMLayer.cpp | 586 const TensorInfo hidden_mul_res(_input_gate.info()->tensor_shape(), 1, DataType::S32); in configure() local 984 const TensorInfo hidden_mul_res(TensorShape(num_units, batch_size), 1, DataType::S32); in validate() local
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLQLSTMLayer.cpp | 513 const TensorInfo hidden_mul_res(_input_gate.info()->tensor_shape(), 1, DataType::S32); in configure() local 884 const TensorInfo hidden_mul_res(TensorShape(num_units, batch_size), 1, DataType::S32); in validate() local
|