Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/tensorexpr/
Dhalf_support.h200 static bool isHalf(ScalarType st) { in isHalf() function
204 static bool isHalf(const ExprPtr& v) { in isHalf() function
/external/clang/include/clang/Lex/
DLiteralSupport.h65 bool isHalf : 1; // 1.0h variable
/external/clang/utils/TableGen/
DNeonEmitter.cpp178 bool isHalf() const { return Float && ElementBitwidth == 16; } in isHalf() function in __anon0dd596a70111::Type