Searched refs:weight_ (Results 1 – 2 of 2) sorted by relevance
35 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()
59 const RunTimeOperandInfo* weight_; variable