Home
last modified time | relevance | path

Searched refs:isV2 (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1245 const bool isV2 = operation.type == OperationType::PAD_V2; in executeOperation() local
1246 if (!allParametersPresent(isV2 ? 3 : 2, 1)) { in executeOperation()
1261 float pad_value = isV2 ? getScalarData<float>(operands[ins[2]]) : 0; in executeOperation()
1266 _Float16 pad_value = isV2 ? getScalarData<_Float16>(operands[ins[2]]) : 0; in executeOperation()
1273 isV2 ? getScalarData<uint8_t>(operands[ins[2]]) : outShape.offset; in executeOperation()
1279 isV2 ? getScalarData<int8_t>(operands[ins[2]]) : outShape.offset; in executeOperation()