Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp1101 ANeuralNetworksOperandType operand_135{}; in TEST_F() local
1102 operand_135.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
1103 operand_135.scale = 4.816364707949106e-06; in TEST_F()
1104 operand_135.zeroPoint = 0; in TEST_F()
1105 operand_135.dimensionCount = 1; in TEST_F()
1107 operand_135.dimensions = dimensions_135; in TEST_F()
1108 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_135), ANEURALNETWORKS_NO_ERROR); in TEST_F()