Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dquant_dtype_cast.h37 QuantDTypeCast() : BaseOperator(kNameQuantDTypeCast) {} in QuantDTypeCast() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16/
Dquant_dtype_cast_fp16.cc89 int QuantDTypeCastFp16CPUKernel::QuantDTypeCast(int task_id) { in QuantDTypeCast() function in mindspore::kernel::QuantDTypeCastFp16CPUKernel
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Dquant_dtype_cast.cc164 int QuantDTypeCastCPUKernel::QuantDTypeCast(int task_id) { in QuantDTypeCast() function in mindspore::kernel::QuantDTypeCastCPUKernel
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/
Dquant_dtype_cast_kernel.cc166 __attribute__((visibility("default"))) uint32_t QuantDTypeCast(void *param) { in QuantDTypeCast() function