/frameworks/ml/nn/tools/test_generator/tests/P_vts_variation/ |
D | stdout.txt.expect | 109 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/ |
D | stdout.txt.expect | 109 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/ |
D | stdout.txt.expect | 109 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/ |
D | stdout.txt.expect | 64 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/ |
D | stdout.txt.expect | 91 std::vector<uint8_t> operandValues = { 101 .operandValues = operandValues,
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_float/ |
D | stdout.txt.expect | 91 std::vector<uint8_t> operandValues = { 101 .operandValues = operandValues,
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_quant8/ |
D | stdout.txt.expect | 100 std::vector<uint8_t> operandValues = { 110 .operandValues = operandValues,
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | DriverFuzzTest.cpp | 152 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/ |
D | stdout.txt.expect | 262 std::vector<uint8_t> operandValues = { 272 .operandValues = operandValues,
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 448 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 …]
|
D | ValidateHal.cpp | 169 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()
|
D | GraphDump.cpp | 133 memcpy(&val, &model.operandValues[opnd.location.offset], sizeof(cppType)); in tryValueDump()
|
D | MetaModel.cpp | 505 slice.mHidlModel.operandValues = mHidlModel.operandValues; in makeSlice()
|
D | CpuExecutor.cpp | 645 mModelOperandValues = &model.operandValues; in run()
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/ |
D | stdout.txt.expect | 271 std::vector<uint8_t> operandValues = { 281 .operandValues = operandValues,
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.cpp | 905 model.operandValues = std::move(mOperandValues); in makeHidlModel()
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioningRandom.cpp | 517 memcpy(&value, &model.operandValues[operand.location.offset], operand.location.length); in getSignature()
|
D | TestPartitioning.cpp | 287 [&model](uint32_t offset) { return &model.operandValues[offset]; }, operationIndex); in lookupOperation()
|