Searched refs:currentOutputData (Results 1 – 1 of 1) sorted by relevance
146 auto currentOutputData = reinterpret_cast<float*>(outputs[2]->Map()); in Execute() local147 std::unique_ptr<Encoder<float>> output = MakeEncoder<float>(lstmOutputInfo, currentOutputData); in Execute()148 …::unique_ptr<Decoder<float>> outputDecoder = MakeDecoder<float>(lstmOutputInfo, currentOutputData); in Execute()287 currentOutputData += batchOutputSize; in Execute()288 output = MakeEncoder<float>(lstmOutputInfo, currentOutputData); in Execute()289 outputDecoder = MakeDecoder<float>(lstmOutputInfo, currentOutputData); in Execute()