Home
last modified time | relevance | path

Searched defs:input_copy (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dmirror_pad_grad_gpu_kernel.cc47 T *input_copy = GetDeviceAddress<T>(workspace, 1); in LaunchKernel() local
/third_party/mbedtls/library/
Dpsa_crypto.c198 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
212 #define LOCAL_INPUT_FREE(input, input_copy) \ argument
271 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
273 #define LOCAL_INPUT_FREE(input, input_copy) \ argument
9009 uint8_t *input_copy, size_t input_copy_len) in psa_crypto_copy_input()