Lines Matching refs:mergeOutputs
162 const bool mergeOutputs = context->getInputValue<bool>(kMergeOutputsParam); in executeTyped() local
168 if (!mergeOutputs) { in executeTyped()
187 if (!mergeOutputs) { in executeTyped()
203 if (!mergeOutputs) { in executeTyped()
214 if (!mergeOutputs) { in executeTyped()
248 const int delta = mergeOutputs ? 1 : 0; in executeTyped()
264 const uint32_t fwOutputBatchStride = mergeOutputs ? (fwNumUnits + bwNumUnits) : fwNumUnits; in executeTyped()
286 if (mergeOutputs) { in executeTyped()
309 if (!mergeOutputs) { in executeTyped()
349 const bool mergeOutputs = context->getInputValue<bool>(kMergeOutputsParam); in prepare() local
351 if (mergeOutputs) { in prepare()
443 fwOutput.dimensions[2] = mergeOutputs ? fwNumUnits + bwNumUnits : fwNumUnits; in prepare()
445 if (!mergeOutputs) { in prepare()
457 const int delta = mergeOutputs ? 1 : 0; in prepare()