Relocate NN operation validation code to types/operations
This CL renames/relocates:
* common/operations/${Foo}.h to
common/types/operations/include/${Foo}.h.
* common/operations/${Foo}Validation.cpp to
common/types/operations/src/${Foo}.cpp.
* common/operations/${Foo}Execution.cpp to
common/cpu_operations/${Foo}.cpp.
* common/operations/${Foo}Test.cpp to
common/cpu_operations/${Foo}Test.cpp.
Bug: 163801800
Test: cd packages/modules/NeuralNetworks && mma
Test: presubmit
Test: NeuralNetworksTest_static
Change-Id: Ib95e840cbf14b8eddc8b7d4f490a1df94b2f3b7c
211 files changed