Searched refs:operandValues (Results 1 – 20 of 20) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.cpp | 83 hidl_vec<uint8_t> operandValues(constCopySize); in createModel() local 89 std::copy(begin, end, operandValues.data() + operands[i].location.offset); in createModel() 120 .operandValues = std::move(operandValues), in createModel()
|
D | BasicTests.cpp | 151 .operandValues = {}, in TEST_P()
|
D | ValidateModel.cpp | 100 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() 134 if (model->operandValues.size() < sizeOfOperand) { in becomeConstantCopy() 135 model->operandValues.resize(sizeOfOperand); in becomeConstantCopy() 223 size += sizeForBinder(model.operandValues); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.cpp | 90 hidl_vec<uint8_t> operandValues(constCopySize); in createModel() local 96 std::copy(begin, end, operandValues.data() + operands[i].location.offset); in createModel() 127 .operandValues = std::move(operandValues), in createModel()
|
D | BasicTests.cpp | 158 .operandValues = {}, in TEST_P()
|
D | ValidateModel.cpp | 119 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() 153 if (model->operandValues.size() < sizeOfOperand) { in becomeConstantCopy() 154 model->operandValues.resize(sizeOfOperand); in becomeConstantCopy() 242 size += sizeForBinder(model.operandValues); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | GeneratedTestHarness.cpp | 123 hidl_vec<uint8_t> operandValues(constCopySize); in createModel() local 129 std::copy(begin, end, operandValues.data() + operands[i].location.offset); in createModel() 160 .operandValues = std::move(operandValues), in createModel()
|
D | BasicTests.cpp | 232 .operandValues = {}, in TEST_P()
|
D | ValidateModel.cpp | 120 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() 154 if (model->operandValues.size() < sizeOfOperand) { in becomeConstantCopy() 155 model->operandValues.resize(sizeOfOperand); in becomeConstantCopy() 280 size += sizeForBinder(model.operandValues); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.t | 94 * The operand is a constant found in Model.operandValues. It must 263 * - location.offset is the offset in bytes into Model.operandValues. 337 vec<uint8_t> operandValues;
|
D | types.hal | 1502 * The operand is a constant found in Model.operandValues. It must 1671 * - location.offset is the offset in bytes into Model.operandValues. 1745 vec<uint8_t> operandValues;
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 293 hidl_vec<uint8_t> operandValues(constCopySize); in createModel() local 294 copyTestBuffers(constCopies, operandValues.data()); in createModel() 314 .operandValues = std::move(operandValues), in createModel()
|
D | ValidateModel.cpp | 127 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() 161 if (model->operandValues.size() < sizeOfOperand) { in becomeConstantCopy() 162 model->operandValues.resize(sizeOfOperand); in becomeConstantCopy() 297 size += sizeForBinder(model.operandValues); in sizeForBinder()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.t | 120 vec<uint8_t> operandValues;
|
D | types.hal | 442 vec<uint8_t> operandValues;
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.t | 214 * The operand is a constant found in Model.operandValues. It must 330 * - location.offset is the offset in bytes into Model.operandValues. 379 vec<uint8_t> operandValues;
|
D | types.hal | 5449 * The operand is a constant found in Model.operandValues. It must 5565 * - location.offset is the offset in bytes into Model.operandValues. 5614 vec<uint8_t> operandValues;
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 278 * - location.offset is the offset in bytes into Model.operandValues. 355 vec<uint8_t> operandValues;
|
D | types.hal | 4880 * - location.offset is the offset in bytes into Model.operandValues. 4957 vec<uint8_t> operandValues;
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonModel.cpp | 42 .buffer = const_cast<uint8_t*>(getData(operand, model.operandValues, pools)), in getOperandsInfo()
|