Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp637 ANeuralNetworksOperandType operand_77{}; in TEST_F() local
638 operand_77.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
639 operand_77.scale = 1.270709981326945e-05; in TEST_F()
640 operand_77.zeroPoint = 0; in TEST_F()
641 operand_77.dimensionCount = 1; in TEST_F()
643 operand_77.dimensions = dimensions_77; in TEST_F()
644 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_77), ANEURALNETWORKS_NO_ERROR); in TEST_F()