Home
last modified time | relevance | path

Searched defs:out_addr (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dresize_grad.cc69 auto out_addr = reinterpret_cast<float *>(out_tensors_.at(0)->MutableData()); in Execute() local
101 auto out_addr = reinterpret_cast<float *>(out_tensors_.at(0)->MutableData()); in Run() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/
Dresize_fp16_grad.cc67 auto out_addr = reinterpret_cast<float16_t *>(out_tensors_.at(0)->data()); in DoExecute() local
103 auto out_addr = reinterpret_cast<float16_t *>(out_tensors_.at(0)->data()); in Run() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dunstack_base.c25 int8_t *out_addr = (int8_t *)output[j]; in Unstack() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dresize_grad.c21 int ResizeNearestNeighborGrad(const float *in_addr, float *out_addr, int batch_size, int channel, i… in ResizeNearestNeighborGrad()
70 int ResizeBiLinearGrad(const float *in_addr, float *out_addr, int batch_size, int channel, int form… in ResizeBiLinearGrad()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dresize_grad.c20 int ResizeNearestNeighborFp16Grad(float16_t *in_addr, float16_t *out_addr, int batch_size, int chan… in ResizeNearestNeighborFp16Grad()
69 int ResizeBiLinearFp16Grad(float16_t *in_addr, float16_t *out_addr, int batch_size, int channel, in… in ResizeBiLinearFp16Grad()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/rl/
Dbuffer_sample_gpu_kernel.cc117 auto out_addr = GetDeviceAddress<unsigned char>(outputs, i); in Launch() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dcast_all_gpu_kernel.h45 auto out_addr = std::make_unique<S *[]>(num_input_); in Launch() local
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat01.c52 static void *expected_addr(void *in_addr, void *out_addr) in expected_addr()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_broadcast_gradient_args_kernel.cc159 auto out_addr = AnfAlgo::GetOutputAddr(cnode, index); in SetOutputValue() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.cc155 Status BatchFetchRequest::RestoreRows(TensorTable *out, const void *baseAddr, int64_t *out_addr) { in RestoreRows()
/third_party/mesa3d/src/amd/common/
Dac_debug.c663 uint64_t *out_addr) in ac_vm_fault_occured()
/third_party/libnl/lib/route/link/
Dmacvlan.c527 const struct nl_addr **out_addr) in rtnl_link_macvlan_get_macaddr()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp101 inline address out_addr(uint32_t offset) in out_addr() function in mi_builder_test