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