Searched refs:CreateConstTensorPtr (Results 1 – 2 of 2) sorted by relevance
3557 …params.m_InputToInputWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[1]].g… in ParseUnidirectionalSequenceLSTM()3561 …params.m_InputToForgetWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[2]].… in ParseUnidirectionalSequenceLSTM()3563 …params.m_InputToCellWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[3]].ge… in ParseUnidirectionalSequenceLSTM()3565 …params.m_InputToOutputWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[4]].… in ParseUnidirectionalSequenceLSTM()3571 …params.m_RecurrentToInputWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[5… in ParseUnidirectionalSequenceLSTM()3575 …params.m_RecurrentToForgetWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[… in ParseUnidirectionalSequenceLSTM()3577 …params.m_RecurrentToCellWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[7]… in ParseUnidirectionalSequenceLSTM()3579 …params.m_RecurrentToOutputWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[… in ParseUnidirectionalSequenceLSTM()3585 …params.m_CellToInputWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[9]].ge… in ParseUnidirectionalSequenceLSTM()3591 …params.m_CellToForgetWeights = CreateConstTensorPtr(subgraphPtr->tensors[operatorPtr->inputs[10]].… in ParseUnidirectionalSequenceLSTM()[all …]
285 CreateConstTensorPtr(TensorRawPtr tensorPtr,