Home
last modified time | relevance | path

Searched defs:input_element (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dreshape.cc61 …auto input_element = std::accumulate(input_shape_vec.begin(), input_shape_vec.end(), static_cast<i… in InferShape() local
75 …auto input_element = std::accumulate(input_shape_vec.begin(), input_shape_vec.end(), static_cast<i… in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dadjust_saturation_gpu_kernel.cc55 int input_element = inputs[0]->size() / sizeof(T); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dfftbase.cc169 int64_t input_element{ctx.Input(kIndex0)->NumElements()}; in FFTBaseCompute() local
Drfft_grad.cc207 int64_t input_element{ctx.Input(kIndex0)->NumElements()}; in RFFTGradCompute() local
Dirfft.cc225 int64_t input_element{ctx.Input(kIndex0)->NumElements()}; in IRFFTCompute() local
Dirfft_grad.cc232 int64_t input_element{ctx.Input(kIndex0)->NumElements()}; in IRFFTGradCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/
Dnnie_manager.cc538 HI_U32 input_element = static_cast<HI_U32>((*inputs)[j].ElementNum()); in FillData() local
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.h301 char **input_element; /* list of fallbacks */ member