Lines Matching refs:RunTimeOperandInfo
34 struct RunTimeOperandInfo;
39 LSHProjection(const Operation& operation, RunTimeOperandInfo* operands);
41 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
57 const RunTimeOperandInfo* hash_;
58 const RunTimeOperandInfo* input_;
59 const RunTimeOperandInfo* weight_;
61 RunTimeOperandInfo* output_;
65 int runningSignBit(const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, T seed);
68 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash,
69 const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight,
73 void DenseLshProjection(const RunTimeOperandInfo* hash, const RunTimeOperandInfo* input,
74 const RunTimeOperandInfo* weight, int32_t* outBuffer);