HomeSort by relevance Sort by last modified time
    Searched refs:LSHProjection (Results 1 - 4 of 4) sorted by null

  /frameworks/ml/nn/common/operations/
LSHProjection.h 44 class LSHProjection {
46 LSHProjection(
LSHProjection.cpp 17 #include "LSHProjection.h"
26 LSHProjection::LSHProjection(const Operation& operation,
38 bool LSHProjection::Prepare(const Operation &operation,
143 bool LSHProjection::Eval() {
LSHProjectionTest.cpp 17 #include "LSHProjection.h"
109 ASSERT_EQ(execution.setInput(LSHProjection::k##X##Tensor, X##_.data(), \
118 ASSERT_EQ(execution.setOutput(LSHProjection::k##X##Tensor, X##_.data(), \
127 execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)),
  /frameworks/ml/nn/common/
CpuExecutor.cpp     [all...]

Completed in 79 milliseconds