Home
last modified time | relevance | path

Searched refs:hash_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlsh_projection_test.cc32 std::initializer_list<int> hash_shape, in LSHProjectionOpModel() argument
46 BuildInterpreter({hash_shape, input_shape, weight_shape}); in LSHProjectionOpModel()
48 BuildInterpreter({hash_shape, input_shape}); in LSHProjectionOpModel()
52 for (int i : hash_shape) { in LSHProjectionOpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc1199 std::initializer_list<int> hash_shape, in LSHProjectionOpModel() argument
1213 BuildInterpreter({hash_shape, input_shape, weight_shape}); in LSHProjectionOpModel()
1215 BuildInterpreter({hash_shape, input_shape}); in LSHProjectionOpModel()
1219 for (int i : hash_shape) { in LSHProjectionOpModel()