Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp1301 const bool isV2 = operation.type == OperationType::PAD_V2; in executeOperation() local
1302 if (!allParametersPresent(isV2 ? 3 : 2, 1)) { in executeOperation()
1317 float pad_value = isV2 ? getScalarData<float>(operands[ins[2]]) : 0; in executeOperation()
1322 _Float16 pad_value = isV2 ? getScalarData<_Float16>(operands[ins[2]]) : 0; in executeOperation()
1329 isV2 ? getScalarData<uint8_t>(operands[ins[2]]) : outShape.offset; in executeOperation()
1335 isV2 ? getScalarData<int8_t>(operands[ins[2]]) : outShape.offset; in executeOperation()