Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp685 ANeuralNetworksOperandType operand_83{}; in TEST_F() local
686 operand_83.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
687 operand_83.scale = 3.061348616029136e-05; in TEST_F()
688 operand_83.zeroPoint = 0; in TEST_F()
689 operand_83.dimensionCount = 1; in TEST_F()
691 operand_83.dimensions = dimensions_83; in TEST_F()
692 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_83), ANEURALNETWORKS_NO_ERROR); in TEST_F()