Searched refs:ANEURALNETWORKS_FILL (Results 1 – 3 of 3) sorted by relevance
5627 ANEURALNETWORKS_FILL = 100, enumerator
206 static_assert(ANEURALNETWORKS_FILL == 100, "ANEURALNETWORKS_FILL has changed");549 static_assert(static_cast<int32_t>(OperationType::FILL) == ANEURALNETWORKS_FILL,
4421 OperationTestBase test(ANEURALNETWORKS_FILL, {input0, input1}, {output}); in fillTest()