Searched defs:InterpValue (Results 1 – 1 of 1) sorted by relevance
22 InterpValue() : dtype_(kInt) { in InterpValue() function27 InterpValue(Dtype dtype, T v) : dtype_(dtype) { in InterpValue() function45 explicit InterpValue(c10::quint8 v) : dtype_(kQUInt8) { in InterpValue() function49 explicit InterpValue(c10::qint8 v) : dtype_(kQInt8) { in InterpValue() function