Searched refs:mergeOutputs (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | BidirectionalSequenceRNN.cpp | 160 const bool mergeOutputs = context->getInputValue<bool>(kMergeOutputsParam); in executeTyped() local 166 if (!mergeOutputs) { in executeTyped() 185 if (!mergeOutputs) { in executeTyped() 201 if (!mergeOutputs) { in executeTyped() 212 if (!mergeOutputs) { in executeTyped() 246 const int delta = mergeOutputs ? 1 : 0; in executeTyped() 284 if (mergeOutputs) { in executeTyped() 307 if (!mergeOutputs) { in executeTyped() 350 if (mergeOutputs) { in prepare() 444 if (!mergeOutputs) { in prepare() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidateOperations.cpp | 2870 ANeuralNetworksOperandType mergeOutputs = boolScalar; in lstmBidirectionalSequence() local 2937 mergeOutputs, in lstmBidirectionalSequence() 3982 ANeuralNetworksOperandType mergeOutputs = boolScalar; in bidirectionlSequenceRNNTest() local 3987 fwWeights, bwWeights, activation, timeMajor, mergeOutputs}, in bidirectionlSequenceRNNTest()
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 3647 * * 14:mergeOutputs 3655 * input 14 (mergeOutputs). If timeMajor is set to true, then the first 3657 * [batchSize, maxTime]. If mergeOutputs is set to true, then the third 3661 * A 3-D tensor. If the input 14 (mergeOutputs) is set to true, then
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 2647 * * 14:mergeOutputs 2655 * input 14 (mergeOutputs). If timeMajor is set to true, then the first 2657 * [batchSize, maxTime]. If mergeOutputs is set to true, then the third 2661 * A 3-D tensor. If the input 14 (mergeOutputs) is set to true, then
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 2796 * * 14:mergeOutputs 2804 * input 14 (mergeOutputs). If timeMajor is set to true, then the first 2806 * [batchSize, maxTime]. If mergeOutputs is set to true, then the third 2810 * A 3-D tensor. If the input 14 (mergeOutputs) is set to true, then
|