Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_tensor.h24 enum TensorType { kInt8, kFloat16, kFloat32, kDouble64 }; enumerator
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dcustom_kernel.cc157 const auto kInt8 = DataType::kNumberTypeInt8; variable
/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.h169 inline const TypePtr kInt8 = std::make_shared<Int>(static_cast<int>(BitsNum::eBits8)); variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.cc42 constexpr int kInt8 = 2; variable