Searched refs:activationType (Results 1 – 1 of 1) sorted by relevance
177 ANeuralNetworksOperandType activationType; in createAndCompileAddModel() local178 activationType.type = ANEURALNETWORKS_INT32; in createAndCompileAddModel()179 activationType.scale = 0.0f; in createAndCompileAddModel()180 activationType.zeroPoint = 0; in createAndCompileAddModel()181 activationType.dimensionCount = 0; in createAndCompileAddModel()182 activationType.dimensions = nullptr; in createAndCompileAddModel()189 ASSERT_OR_RETURN_FALSE(ANeuralNetworksModel_addOperand(model, &activationType) == in createAndCompileAddModel()