Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.cpp125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h300 inline bool IsBoolean() const { return type_ == TensorIndexType::Boolean; } in IsBoolean() function