Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/tests/P_vts_variation/
Dstdout.txt.expect109 std::vector<uint8_t> operandValues = {
119 .operandValues = operandValues,
256 std::vector<uint8_t> operandValues = {
266 .operandValues = operandValues,
404 std::vector<uint8_t> operandValues = {
414 .operandValues = operandValues,
551 std::vector<uint8_t> operandValues = {
561 .operandValues = operandValues,
698 std::vector<uint8_t> operandValues = {
708 .operandValues = operandValues,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_implicit_variation/
Dstdout.txt.expect109 std::vector<uint8_t> operandValues = {
119 .operandValues = operandValues,
256 std::vector<uint8_t> operandValues = {
266 .operandValues = operandValues,
404 std::vector<uint8_t> operandValues = {
414 .operandValues = operandValues,
551 std::vector<uint8_t> operandValues = {
561 .operandValues = operandValues,
698 std::vector<uint8_t> operandValues = {
708 .operandValues = operandValues,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_naming/
Dstdout.txt.expect109 std::vector<uint8_t> operandValues = {
119 .operandValues = operandValues,
256 std::vector<uint8_t> operandValues = {
266 .operandValues = operandValues,
404 std::vector<uint8_t> operandValues = {
414 .operandValues = operandValues,
551 std::vector<uint8_t> operandValues = {
561 .operandValues = operandValues,
698 std::vector<uint8_t> operandValues = {
708 .operandValues = operandValues,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_implicit_parameter/
Dstdout.txt.expect64 std::vector<uint8_t> operandValues = {
74 .operandValues = operandValues,
187 std::vector<uint8_t> operandValues = {
197 .operandValues = operandValues,
310 std::vector<uint8_t> operandValues = {
320 .operandValues = operandValues,
/frameworks/ml/nn/tools/test_generator/tests/P_vts_quant8/
Dstdout.txt.expect91 std::vector<uint8_t> operandValues = {
101 .operandValues = operandValues,
/frameworks/ml/nn/tools/test_generator/tests/P_vts_float/
Dstdout.txt.expect91 std::vector<uint8_t> operandValues = {
101 .operandValues = operandValues,
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_quant8/
Dstdout.txt.expect100 std::vector<uint8_t> operandValues = {
110 .operandValues = operandValues,
/frameworks/ml/nn/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp152 hidl_vec<uint8_t> operandValues(constCopySize); in createModel() local
153 copyTestBuffers(constCopies, operandValues.data()); in createModel()
173 .operandValues = std::move(operandValues), in createModel()
/frameworks/ml/nn/tools/test_generator/tests/P_vts_internal/
Dstdout.txt.expect262 std::vector<uint8_t> operandValues = {
272 .operandValues = operandValues,
/frameworks/ml/nn/common/
DUtils.cpp448 LOG(INFO) << "operandValues size" << model.operandValues.size(); in logModelToInfo()
458 LOG(INFO) << "operandValues size " << model.operandValues.size(); in logModelToInfo()
468 LOG(INFO) << "operandValues size" << model.operandValues.size(); in logModelToInfo()
487 LOG(INFO) << "operandValues size " << model.operandValues.size(); in logModelToInfo()
2989 .operandValues = model.operandValues, in convertToV1_0()
3002 .operandValues = model.operandValues, in convertToV1_0()
3015 .operandValues = model.operandValues, in convertToV1_0()
3024 .operandValues = model.operandValues, in convertToV1_1()
3042 .operandValues = model.operandValues, in convertToV1_1()
3057 .operandValues = model.operandValues, in convertToV1_1()
[all …]
DValidateHal.cpp169 const hidl_vec<uint8_t>& operandValues, in validateOperands() argument
355 if (static_cast<size_t>(location.offset) + location.length > operandValues.size()) { in validateOperands()
359 << operandValues.size(); in validateOperands()
703 return (validateOperands(model.operands, model.operandValues, model.pools, /*subgraphs=*/{}, in validateModel()
725 return (validateOperands(subgraph.operands, model.operandValues, model.pools, in validateModel()
DGraphDump.cpp133 memcpy(&val, &model.operandValues[opnd.location.offset], sizeof(cppType)); in tryValueDump()
DMetaModel.cpp505 slice.mHidlModel.operandValues = mHidlModel.operandValues; in makeSlice()
DCpuExecutor.cpp645 mModelOperandValues = &model.operandValues; in run()
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/
Dstdout.txt.expect271 std::vector<uint8_t> operandValues = {
281 .operandValues = operandValues,
/frameworks/ml/nn/runtime/
DModelBuilder.cpp905 model.operandValues = std::move(mOperandValues); in makeHidlModel()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp517 memcpy(&value, &model.operandValues[operand.location.offset], operand.location.length); in getSignature()
DTestPartitioning.cpp287 [&model](uint32_t offset) { return &model.operandValues[offset]; }, operationIndex); in lookupOperation()