Home
last modified time | relevance | path

Searched defs:raw_output (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Ddiv_int8.c36 const int32_t raw_output = in DivInt8() local
61 const int32_t raw_output = in DivScalarInt8() local
Dsoftmax_int8.c61 int raw_output = unsat_output + quant_param->output_activation_min_; in SoftmaxInt8() local
Dsub_int8.c96 const int32_t raw_output = in SubInt8() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmax_unpool2d_cpu_kernel.cc65 void MaxUnpool2DCpuKernelMod::OutPutInitKernel(DATA_T *raw_output, size_t length) { in OutPutInitKernel()
83 auto *raw_output = static_cast<DATA_T *>(outputs[kInputIndex0]->device_ptr()); in LaunchKernel() local
Dmax_unpool2d_grad_cpu_kernel.cc66 void MaxUnpool2DGradCpuKernelMod::OutPutInitKernel(DATA_T *raw_output, size_t length) { in OutPutInitKernel()
84 auto *raw_output = static_cast<DATA_T *>(outputs[kInputIndex0]->device_ptr()); in LaunchKernel() local
Dmax_unpool3d_cpu_kernel.cc69 void MaxUnpool3DCpuKernelMod::OutPutInitKernel(DATA_T *raw_output, size_t length) { in OutPutInitKernel()
86 auto *raw_output = static_cast<DATA_T *>(outputs[kInputIndex0]->device_ptr()); in LaunchKernel() local
Dmax_unpool3d_grad_cpu_kernel.cc71 void MaxUnpool3DGradCpuKernelMod::OutPutInitKernel(DATA_T *raw_output, size_t length) { in OutPutInitKernel()
88 auto *raw_output = static_cast<DATA_T *>(outputs[kInputIndex0]->device_ptr()); in LaunchKernel() local
/third_party/protobuf/src/google/protobuf/compiler/
Dzip_writer.cc88 ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) in ZipWriter()
/third_party/backends/backend/
Dteco2.c108 static int raw_output = 0; variable
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc340 io::StringOutputStream raw_output(&data); in TEST_F() local