Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp1157 ANeuralNetworksOperandType operand_142{}; in TEST_F() local
1158 operand_142.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
1159 operand_142.scale = 2.437527291476727e-05; in TEST_F()
1160 operand_142.zeroPoint = 0; in TEST_F()
1161 operand_142.dimensionCount = 1; in TEST_F()
1163 operand_142.dimensions = dimensions_142; in TEST_F()
1164 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_142), ANEURALNETWORKS_NO_ERROR); in TEST_F()