Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp845 ANeuralNetworksOperandType operand_103{}; in TEST_F() local
846 operand_103.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
847 operand_103.scale = 2.259852408315055e-05; in TEST_F()
848 operand_103.zeroPoint = 0; in TEST_F()
849 operand_103.dimensionCount = 1; in TEST_F()
851 operand_103.dimensions = dimensions_103; in TEST_F()
852 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_103), ANEURALNETWORKS_NO_ERROR); in TEST_F()