Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp173 ANeuralNetworksOperandType operand_19{}; in TEST_F() local
174 operand_19.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
175 operand_19.scale = 8.013355545699596e-05; in TEST_F()
176 operand_19.zeroPoint = 0; in TEST_F()
177 operand_19.dimensionCount = 1; in TEST_F()
179 operand_19.dimensions = dimensions_19; in TEST_F()
180 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_19), ANEURALNETWORKS_NO_ERROR); in TEST_F()