Searched defs:inputToOutputWeightsShape (Results 1 – 5 of 5) sorted by relevance
16 const TensorShape& inputToOutputWeightsShape, in LstmImpl()
155 const TensorShape& inputToOutputWeightsShape = m_InputToOutputWeightsTensor->GetShape(); in Execute() local
135 const TensorShape& inputToOutputWeightsShape = m_InputToOutputWeightsTensor->GetShape(); in Execute() local
267 const Shape inputToOutputWeightsShape = context->getInputShape(kInputToOutputWeightsTensor); in execute() local
1479 armnn::TensorShape inputToOutputWeightsShape = {4, 2}; variable