Searched refs:LSHProjectionOpModel (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSHProjectionTest.cpp | 42 class LSHProjectionOpModel { class 44 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel() function in android::nn::wrapper::LSHProjectionOpModel 140 LSHProjectionOpModel m(LSHProjectionType_DENSE, {4, 2}, {3, 2}, {3}); in TEST() 152 LSHProjectionOpModel m(LSHProjectionType_SPARSE_DEPRECATED, {4, 2}, {3, 2}, {0}); in TEST() 163 LSHProjectionOpModel m(LSHProjectionType_SPARSE, {4, 2}, {3, 2}, {0}); in TEST()
|