Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp613 ANeuralNetworksOperandType operand_74{}; in TEST_F() local
614 operand_74.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
615 operand_74.scale = 7.810971874278039e-05; in TEST_F()
616 operand_74.zeroPoint = 0; in TEST_F()
617 operand_74.dimensionCount = 1; in TEST_F()
619 operand_74.dimensions = dimensions_74; in TEST_F()
620 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_74), ANEURALNETWORKS_NO_ERROR); in TEST_F()