Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp59 ANeuralNetworksOperandType operand_4{}; in TEST_F() local
60 operand_4.type = ANEURALNETWORKS_TENSOR_FLOAT32; in TEST_F()
61 operand_4.scale = 0; in TEST_F()
62 operand_4.zeroPoint = 0; in TEST_F()
63 operand_4.dimensionCount = 2; in TEST_F()
65 operand_4.dimensions = dimensions_4; in TEST_F()
66 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_4), ANEURALNETWORKS_NO_ERROR); in TEST_F()