Home
last modified time | relevance | path

Searched defs:InterpValue (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Deval.h22 InterpValue() : dtype_(kInt) { in InterpValue() function
27 InterpValue(Dtype dtype, T v) : dtype_(dtype) { in InterpValue() function
45 explicit InterpValue(c10::quint8 v) : dtype_(kQUInt8) { in InterpValue() function
49 explicit InterpValue(c10::qint8 v) : dtype_(kQInt8) { in InterpValue() function