Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp2039 ANeuralNetworksOperandType operand_255{}; in TEST_F() local
2040 operand_255.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
2041 operand_255.scale = 1.967054413398728e-05; in TEST_F()
2042 operand_255.zeroPoint = 0; in TEST_F()
2043 operand_255.dimensionCount = 1; in TEST_F()
2045 operand_255.dimensions = dimensions_255; in TEST_F()
2046 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_255), ANEURALNETWORKS_NO_ERROR); in TEST_F()