Searched defs:ANEURALNETWORKS_SQUEEZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/include/
H A DNeuralNetworks.h1598 ANEURALNETWORKS_SQUEEZE = 34, enumerator in enum:__anon1333
/frameworks/ml/nn/runtime/
H A DNeuralNetworks.cpp100 static_assert(ANEURALNETWORKS_SQUEEZE == 34, "ANEURALNETWORKS_SQUEEZE has changed");
230 static_assert(static_cast<int32_t>(OperationType::SQUEEZE) == ANEURALNETWORKS_SQUEEZE, variable
231 "OperationType::SQUEEZE != ANEURALNETWORKS_SQUEEZE");

Completed in 81 milliseconds