Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dcustom_kernel.cc158 const auto kUInt8 = DataType::kNumberTypeUInt8; variable
/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.h173 inline const TypePtr kUInt8 = std::make_shared<UInt>(static_cast<int>(BitsNum::eBits8)); variable