Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp533 ANeuralNetworksOperandType operand_64{}; in TEST_F() local
534 operand_64.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
535 operand_64.scale = 4.157381772529334e-05; in TEST_F()
536 operand_64.zeroPoint = 0; in TEST_F()
537 operand_64.dimensionCount = 1; in TEST_F()
539 operand_64.dimensions = dimensions_64; in TEST_F()
540 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_64), ANEURALNETWORKS_NO_ERROR); in TEST_F()