Home
last modified time | relevance | path

Searched refs:operandObj (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp469 Operand& operandObj = model->operands[operand]; in mutateOperandLifeTimeTest() local
470 switch (operandObj.lifetime) { in mutateOperandLifeTimeTest()
482 operandObj.lifetime = invalidLifeTime; in mutateOperandLifeTimeTest()
483 operandObj.location = kZeroDataLocation; in mutateOperandLifeTimeTest()
486 becomeConstantCopy(model, &operandObj); in mutateOperandLifeTimeTest()
554 Operand& operandObj = model->operands[operand]; in mutateOperandInputOutputTest() local
555 operandObj.lifetime = *changedLifeTime; in mutateOperandInputOutputTest()
556 operandObj.location = kZeroDataLocation; in mutateOperandInputOutputTest()
558 becomeConstantCopy(model, &operandObj); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp495 Operand& operandObj = model->operands[operand]; in mutateOperandLifeTimeTest() local
496 switch (operandObj.lifetime) { in mutateOperandLifeTimeTest()
508 operandObj.lifetime = invalidLifeTime; in mutateOperandLifeTimeTest()
509 operandObj.location = kZeroDataLocation; in mutateOperandLifeTimeTest()
512 becomeConstantCopy(model, &operandObj); in mutateOperandLifeTimeTest()
581 Operand& operandObj = model->operands[operand]; in mutateOperandInputOutputTest() local
582 operandObj.lifetime = *changedLifeTime; in mutateOperandInputOutputTest()
583 operandObj.location = kZeroDataLocation; in mutateOperandInputOutputTest()
585 becomeConstantCopy(model, &operandObj); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp564 Operand& operandObj = model->operands[operand]; in mutateOperandLifeTimeTest() local
565 switch (operandObj.lifetime) { in mutateOperandLifeTimeTest()
577 operandObj.lifetime = invalidLifeTime; in mutateOperandLifeTimeTest()
578 operandObj.location = kZeroDataLocation; in mutateOperandLifeTimeTest()
581 becomeConstantCopy(model, &operandObj); in mutateOperandLifeTimeTest()
650 Operand& operandObj = model->operands[operand]; in mutateOperandInputOutputTest() local
651 operandObj.lifetime = *changedLifeTime; in mutateOperandInputOutputTest()
652 operandObj.location = kZeroDataLocation; in mutateOperandInputOutputTest()
654 becomeConstantCopy(model, &operandObj); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp588 Operand& operandObj = model->main.operands[operand]; in mutateOperandLifeTimeTest() local
589 switch (operandObj.lifetime) { in mutateOperandLifeTimeTest()
601 operandObj.lifetime = invalidLifeTime; in mutateOperandLifeTimeTest()
602 operandObj.location = kZeroDataLocation; in mutateOperandLifeTimeTest()
605 becomeConstantCopy(model, &operandObj); in mutateOperandLifeTimeTest()
676 Operand& operandObj = model->main.operands[operand]; in mutateOperandInputOutputTest() local
677 operandObj.lifetime = *changedLifeTime; in mutateOperandInputOutputTest()
678 operandObj.location = kZeroDataLocation; in mutateOperandInputOutputTest()
680 becomeConstantCopy(model, &operandObj); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DValidateModel.cpp623 Operand& operandObj = model->main.operands[operand]; in mutateOperandLifeTimeTest() local
624 switch (operandObj.lifetime) { in mutateOperandLifeTimeTest()
640 operandObj.lifetime = invalidLifeTime; in mutateOperandLifeTimeTest()
641 operandObj.location = kZeroDataLocation; in mutateOperandLifeTimeTest()
644 becomeConstantCopy(model, &operandObj); in mutateOperandLifeTimeTest()
716 Operand& operandObj = model->main.operands[operand]; in mutateOperandInputOutputTest() local
717 operandObj.lifetime = *changedLifeTime; in mutateOperandInputOutputTest()
718 operandObj.location = kZeroDataLocation; in mutateOperandInputOutputTest()
720 becomeConstantCopy(model, &operandObj); in mutateOperandInputOutputTest()