Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp83 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()
DBasicTests.cpp151 .operandValues = {}, in TEST_P()
DValidateModel.cpp100 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/
DGeneratedTestHarness.cpp90 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()
DBasicTests.cpp158 .operandValues = {}, in TEST_P()
DValidateModel.cpp119 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/
DGeneratedTestHarness.cpp123 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()
DBasicTests.cpp232 .operandValues = {}, in TEST_P()
DValidateModel.cpp120 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/
Dtypes.t94 * 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;
Dtypes.hal1502 * 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/
DGeneratedTestHarness.cpp293 hidl_vec<uint8_t> operandValues(constCopySize); in createModel() local
294 copyTestBuffers(constCopies, operandValues.data()); in createModel()
314 .operandValues = std::move(operandValues), in createModel()
DValidateModel.cpp127 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/
Dtypes.t120 vec<uint8_t> operandValues;
Dtypes.hal442 vec<uint8_t> operandValues;
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t214 * 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;
Dtypes.hal5449 * 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/
Dtypes.t278 * - location.offset is the offset in bytes into Model.operandValues.
355 vec<uint8_t> operandValues;
Dtypes.hal4880 * - location.offset is the offset in bytes into Model.operandValues.
4957 vec<uint8_t> operandValues;
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp42 .buffer = const_cast<uint8_t*>(getData(operand, model.operandValues, pools)), in getOperandsInfo()