Searched refs:LSHProjection (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | LSHProjection.cpp | 33 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>();
|
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()
|
D | LSHProjection.h | 37 class LSHProjection { 39 LSHProjection(const Operation& operation, RunTimeOperandInfo* operands);
|
/packages/modules/NeuralNetworks/common/ |
D | Android.bp | 187 "operations/LSHProjection.cpp", 364 "operations/LSHProjection.cpp",
|
D | CpuExecutor.cpp | 973 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()
|