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