Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp83 ANeuralNetworksOperandType operand_7{}; in TEST_F() local
84 operand_7.type = ANEURALNETWORKS_TENSOR_FLOAT32; in TEST_F()
85 operand_7.scale = 0; in TEST_F()
86 operand_7.zeroPoint = 0; in TEST_F()
87 operand_7.dimensionCount = 4; in TEST_F()
89 operand_7.dimensions = dimensions_7; in TEST_F()
90 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_7), ANEURALNETWORKS_NO_ERROR); in TEST_F()