HomeSort by relevance Sort by last modified time
    Searched refs:hash_init (Results 1 - 6 of 6) sorted by null

  /frameworks/ml/nn/runtime/test/generated/models/
lsh_projection.model.cpp 15 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);
lsh_projection_2.model.cpp 15 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);
lsh_projection_2_relaxed.model.cpp 15 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);
lsh_projection_relaxed.model.cpp 15 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);
  /external/freetype/src/base/
fthash.c 166 hash_init( FT_Hash hash, function
199 return hash_init( hash, 0, memory );
207 return hash_init( hash, 1, memory );
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1360 static unsigned hash_init(Hash* hash, unsigned windowsize) function
    [all...]

Completed in 334 milliseconds