Home
last modified time | relevance | path

Searched defs:CopyData (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dembedding_lookup_fp32.c34 int CopyData(float *input_data, const int *ids, float *output_data, int num, in CopyData() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_delegate_fp32.cc52 float *ConvolutionDelegateCPUKernel::CopyData(const lite::Tensor *tensor) { in CopyData() function in mindspore::kernel::ConvolutionDelegateCPUKernel
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dconvolution_delegate_fp16.cc52 void *ConvolutionDelegateFP16CPUKernel::CopyData(const lite::Tensor *tensor) { in CopyData() function in mindspore::kernel::ConvolutionDelegateFP16CPUKernel
/third_party/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c413 BOOL CopyData ) in NineBaseTexture9_CreatePipeResource()
/third_party/mindspore/mindspore/core/ir/
Dtensor.cc101 std::unique_ptr<T[]> CopyData(const ShapeVector &shape, void *const data, TypeId data_type) { in CopyData() function
171 std::unique_ptr<T[]> CopyData(const ShapeVector &shape, void *const data, size_t data_len) { in CopyData() function