Home
last modified time | relevance | path

Searched refs:LSH_PROJECTION (Results 1 – 19 of 19) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dlsh_projection_relaxed.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
181 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_inputs_as_internal()
258 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
369 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dlsh_projection_2_relaxed.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
147 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
Dlsh_projection_weights_as_inputs_relaxed.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
215 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Dlsh_projection_2.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
147 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
258 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dlsh_projection.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
181 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_inputs_as_internal()
258 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
403 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dlsh_projection_weights_as_inputs.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
215 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dlsh_projection_float16.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
181 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_inputs_as_internal()
258 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
403 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dlsh_projection_4_relaxed.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
147 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
Dlsh_projection_deprecated.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
147 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
Dlsh_projection_3_relaxed.example.cpp70 .type = TestOperationType::LSH_PROJECTION in get_test_model()
147 .type = TestOperationType::LSH_PROJECTION in get_test_model_all_tensors_as_inputs()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed04292 type: LSH_PROJECTION
Dseed314251 type: LSH_PROJECTION
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp70 static_assert(static_cast<TestOperationType>(LSH_PROJECTION) == TestOperationType::LSH_PROJECTION);
DModel.proto55 LSH_PROJECTION = 15; enumerator
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h110 LSH_PROJECTION = 15, enumerator
366 operation.type == TestOperationType::LSH_PROJECTION || in hasQuant8CoupledOperands()
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp58 CHECK_TEST_ENUM(TestOperationType, LSH_PROJECTION);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp314 static_assert(static_cast<int32_t>(OperationType::LSH_PROJECTION) == ANEURALNETWORKS_LSH_PROJECTION,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1028 case OperationType::LSH_PROJECTION: { in executeOperation()
/frameworks/ml/nn/tools/api/
Dtypes.spec1425 %{DeclareOperation LSH_PROJECTION 15},