Home
last modified time | relevance | path

Searched defs:max_data (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dsoftmax.c43 float max_data = input_ptr[inner_offset]; in SoftMaxP1Simple() local
69 float max_data = input_ptr[inner_offset]; in SoftMaxP1() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dargmax_impl.cu29 T max_data = input[input_offset]; in Argmax() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c507 struct max_data { struct
520 struct max_data * d = (struct max_data*)userdata; in max_callback() argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dlog_softmax_fp32.c64 float max_data = input_ptr[inner_offset]; in LogSoftmax() local
Dsoftmax_fp32.c123 float max_data = input_ptr[inner_offset]; in Softmax() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dlog_softmax_fp16.c67 float16_t max_data = input_ptr[inner_offset]; in LogSoftmaxFp16() local
Dsoftmax_fp16.c113 float16_t max_data = input_ptr[inner_offset]; in SoftmaxFp16() local
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/kernels/nnacl/fp32/
Dsoftmax_fp32.c123 float max_data = input_ptr[inner_offset]; in Softmax() local
/third_party/boost/libs/heap/tools/
Dheap_benchmarks.hpp42 const int max_data = 20; variable
/third_party/libcoap/examples/
Detsi_iot_01.c43 size_t max_data; /* maximum size allocated for @p data */ member
/third_party/curl/lib/vquic/
Dngtcp2.c676 uint64_t max_data, void *user_data, in cb_extend_max_stream_data()