Searched refs:weight_ (Results 1 – 2 of 2) sorted by relevance
36 weight_ = GetInput(operation, operands, kWeightTensor); in LSHProjection()168 DenseLshProjection<T>(hash_, input_, weight_, out_buf); in Eval()172 SparseLshProjection<T>(type_, hash_, input_, weight_, out_buf); in Eval()
59 const RunTimeOperandInfo* weight_; variable