Home
last modified time | relevance | path

Searched refs:LSHProjection (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DLSHProjection.cpp33 LSHProjection::LSHProjection(const Operation& operation, RunTimeOperandInfo* operands) { in LSHProjection() function in android::nn::LSHProjection
44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
160 bool LSHProjection::Eval() { in Eval()
179 template bool LSHProjection::Eval<float>();
180 template bool LSHProjection::Eval<_Float16>();
DLSHProjectionTest.cpp107 execution.setInput(LSHProjection::k##X##Tensor, X##_.data(), sizeof(T) * X##_.size()), \ in Invoke()
115 ASSERT_EQ(execution.setOutput(LSHProjection::k##X##Tensor, X##_.data(), \ in Invoke()
123 ASSERT_EQ(execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)), in Invoke()
DLSHProjection.h37 class LSHProjection {
39 LSHProjection(const Operation& operation, RunTimeOperandInfo* operands);
/packages/modules/NeuralNetworks/common/
DAndroid.bp187 "operations/LSHProjection.cpp",
364 "operations/LSHProjection.cpp",
DCpuExecutor.cpp973 RunTimeOperandInfo& output = operands[outs[LSHProjection::kOutputTensor]]; in executeOperation()
975 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation()
980 LSHProjection lsh(operation, operands); in executeOperation()
981 const RunTimeOperandInfo& hash = operands[ins[LSHProjection::kHashTensor]]; in executeOperation()