Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dbce_with_logits_loss_kernel.cc184 std::vector<size_t> input_reshape = {input_size_}; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/eigen/
Dexpand_cpu_kernel.cc154 Eigen::DSizes<Eigen::DenseIndex, RANK> input_reshape; in ExpandCalculate() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dreduce_impl.cu756 void ReduceImpl(IN_T input, const std::vector<size_t> &input_reshape, const bool reduce_first_axis,… in ReduceImpl()
784 cudaError_t ArrayReduce(T *input, const std::vector<size_t> &input_reshape, const bool reduce_first… in ArrayReduce()
832 cudaError_t ArrayReduce(half *input, const std::vector<size_t> &input_reshape, const bool reduce_fi… in ArrayReduce()
890 cudaError_t ArrayReduceComplex(T *input, const std::vector<size_t> &input_reshape, const bool reduc… in ArrayReduceComplex()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dencoder_layer_fusion.cc309 VectorRef EncoderLayerFusion::DefinePatternMoEFfn(VectorRef input_reshape, bool gelu = false) const… in DefinePatternMoEFfn()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc1961 …TensorShape input_reshape({input->Size() / input_shape[-1] / input_shape[-2] / input_shape[-3], in… in InverseSpectrogramImpl() local
2166 …TensorShape input_reshape({input->Size() / input_shape[-1] / input_shape[-2], input_shape[-2], inp… in InverseMelScaleImpl() local