Searched refs:ANEURALNETWORKS_GATHER (Results 1 – 3 of 3) sorted by relevance
3414 ANEURALNETWORKS_GATHER = 51, enumerator
144 static_assert(ANEURALNETWORKS_GATHER == 51, "ANEURALNETWORKS_GATHER has changed");435 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,
1127 OperationTestBase test(ANEURALNETWORKS_GATHER, {input0, axis, input2}, {output}); in gatherTest()