Searched refs:LSHProjection (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSHProjection.cpp | 34 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>();
|
D | LSHProjection.h | 37 class LSHProjection { 39 LSHProjection(const hal::Operation& operation, RunTimeOperandInfo* operands);
|
D | LSHProjectionTest.cpp | 107 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/ |
D | Android.bp | 167 "operations/LSHProjection.cpp",
|
D | CpuExecutor.cpp | 1029 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()
|