Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSHProjection.cpp34 LSHProjection::LSHProjection(const Operation& operation, RunTimeOperandInfo* operands) { in LSHProjection() function in android::nn::LSHProjection
45 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
161 bool LSHProjection::Eval() { in Eval()
180 template bool LSHProjection::Eval<float>();
181 template bool LSHProjection::Eval<_Float16>();
DLSHProjection.h37 class LSHProjection {
39 LSHProjection(const hal::Operation& operation, RunTimeOperandInfo* operands);
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()
/frameworks/ml/nn/common/
DAndroid.bp167 "operations/LSHProjection.cpp",
DCpuExecutor.cpp1029 RunTimeOperandInfo& output = operands[outs[LSHProjection::kOutputTensor]]; in executeOperation()
1031 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation()
1036 LSHProjection lsh(operation, operands); in executeOperation()
1037 const RunTimeOperandInfo& hash = operands[ins[LSHProjection::kHashTensor]]; in executeOperation()