Lines Matching refs:operandValues
129 LOG(INFO) << "operandValues size" << model.operandValues.size(); in logModelToInfo()
139 LOG(INFO) << "operandValues size " << model.operandValues.size(); in logModelToInfo()
149 LOG(INFO) << "operandValues size" << model.operandValues.size(); in logModelToInfo()
168 LOG(INFO) << "operandValues size " << model.operandValues.size(); in logModelToInfo()
1275 .operandValues = model.operandValues, in convertToV1_0()
1288 .operandValues = model.operandValues, in convertToV1_0()
1301 .operandValues = model.operandValues, in convertToV1_0()
1310 .operandValues = model.operandValues, in convertToV1_1()
1328 .operandValues = model.operandValues, in convertToV1_1()
1343 .operandValues = model.operandValues, in convertToV1_1()
1353 .operandValues = model.operandValues, in convertToV1_2()
1363 .operandValues = model.operandValues, in convertToV1_2()
1381 .operandValues = model.operandValues, in convertToV1_2()
1392 .operandValues = model.operandValues, in convertToV1_3()
1402 .operandValues = model.operandValues, in convertToV1_3()
1412 .operandValues = model.operandValues, in convertToV1_3()
1761 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues) { in convertToV1_0() argument
1762 return handleError(V1_0::utils::unvalidatedConvert(operandValues)); in convertToV1_0()