Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp1801 ANeuralNetworksOperandType operand_224{}; in TEST_F() local
1802 operand_224.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
1803 operand_224.scale = 5.520098784472793e-05; in TEST_F()
1804 operand_224.zeroPoint = 0; in TEST_F()
1805 operand_224.dimensionCount = 1; in TEST_F()
1807 operand_224.dimensions = dimensions_224; in TEST_F()
1808 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_224), ANEURALNETWORKS_NO_ERROR); in TEST_F()