Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp2469 ANeuralNetworksOperandType operand_309{}; in TEST_F() local
2470 operand_309.type = ANEURALNETWORKS_TENSOR_FLOAT32; in TEST_F()
2471 operand_309.scale = 0; in TEST_F()
2472 operand_309.zeroPoint = 0; in TEST_F()
2473 operand_309.dimensionCount = 1; in TEST_F()
2475 operand_309.dimensions = dimensions_309; in TEST_F()
2476 ASSERT_EQ(ANeuralNetworksModel_addOperand(model, &operand_309), ANEURALNETWORKS_NO_ERROR); in TEST_F()