Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp557 ANeuralNetworksOperandType operand_67{}; in TEST_F() local
558 operand_67.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
559 operand_67.scale = 7.755620572424959e-06; in TEST_F()
560 operand_67.zeroPoint = 0; in TEST_F()
561 operand_67.dimensionCount = 1; in TEST_F()
563 operand_67.dimensions = dimensions_67; in TEST_F()
564 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_67), ANEURALNETWORKS_NO_ERROR); in TEST_F()