Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp477 ANeuralNetworksOperandType operand_57{}; in TEST_F() local
478 operand_57.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
479 operand_57.scale = 1.037326001096517e-05; in TEST_F()
480 operand_57.zeroPoint = 0; in TEST_F()
481 operand_57.dimensionCount = 1; in TEST_F()
483 operand_57.dimensions = dimensions_57; in TEST_F()
484 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_57), ANEURALNETWORKS_NO_ERROR); in TEST_F()