Lines Matching refs:mergeOutputs
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()
262 const uint32_t fwOutputBatchStride = mergeOutputs ? (fwNumUnits + bwNumUnits) : fwNumUnits; in executeTyped()
284 if (mergeOutputs) { in executeTyped()
307 if (!mergeOutputs) { in executeTyped()
348 const bool mergeOutputs = context->getInputValue<bool>(kMergeOutputsParam); in prepare() local
350 if (mergeOutputs) { in prepare()
442 fwOutput.dimensions[2] = mergeOutputs ? fwNumUnits + bwNumUnits : fwNumUnits; in prepare()
444 if (!mergeOutputs) { in prepare()
456 const int delta = mergeOutputs ? 1 : 0; in prepare()