Searched refs:hash_init (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
H A Dlsh_projection.model.cpp15 static float hash_init[] = {0.123f, 0.456f, -0.321f, -0.654f, 1.234f, 5.678f, -4.321f, -8.765f}; local
16 model->setOperandValue(hash, hash_init, sizeof(float) * 8);
H A Dlsh_projection_2.model.cpp15 static float hash_init[] = {0.123f, 0.456f, -0.321f, -0.654f, 1.234f, 5.678f, -4.321f, -8.765f}; local
16 model->setOperandValue(hash, hash_init, sizeof(float) * 8);

Completed in 247 milliseconds