Home
last modified time | relevance | path

Searched refs:weight_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DLSHProjection.cpp35 weight_ = GetInput(operation, operands, kWeightTensor); in LSHProjection()
167 DenseLshProjection<T>(hash_, input_, weight_, out_buf); in Eval()
171 SparseLshProjection<T>(type_, hash_, input_, weight_, out_buf); in Eval()
DLSHProjection.h59 const RunTimeOperandInfo* weight_; variable