Home
last modified time | relevance | path

Searched defs:CheckInputs (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/converter_extend/infer/
Dcustom_common.cc22 Status CheckInputs(const std::vector<mindspore::MSTensor> &inputs) { in CheckInputs() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dreshape.cc48 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::ExpandDims
97 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::Squeeze
Doneslike.cc26 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::OnesLike
Dsquared_difference.cc28 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::SquaredDifference
Dsoftsign.cc28 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::Softsign
Dsoftplus_grad.cc28 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::SoftplusGrad
Dsquare_sum_all.cc28 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::SquareSumAll
Dargmaxmin_with_value.cc33 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::ArgMaxMinWithValue
Dtile.cc33 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::Tile
Dsoftplus.cc29 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::Softplus
Dbias_add_grad.cc45 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::BiasAddGrad
Dequal_count.cc28 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::EqualCount
Dreduce_mean.cc37 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::ReduceMean
Dsoftmax.cc34 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::Softmax
Dmatmul.cc51 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::MatMul
Dminimum_grad.cc56 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::MinimumGrad
Dmaximum_grad.cc56 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::MaximumGrad
Dsoftmax_grad_ext.cc58 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::SoftmaxGradExt
Dutils.h47 virtual bool CheckInputs() { return true; } in CheckInputs() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_extend/src/
Dcustom_common.cc22 Status CheckInputs(const std::vector<mindspore::MSTensor> &inputs) { in CheckInputs() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/expanders/
Dstrided_slice.cc28 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::StridedSlice
Dscale_fusion.cc36 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::ScaleFusion
Dinstance_norm.cc38 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::InstanceNorm
Dlayer_norm_fusion.cc36 bool CheckInputs() override { in CheckInputs() function in mindspore::graphkernel::expanders::LayerNormFusion
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_gpu_extend/src/
Dcustom_common.cc21 int CheckInputs(const std::vector<mindspore::MSTensor> &inputs) { in CheckInputs() function

12