Home
last modified time | relevance | path

Searched refs:arg_spec (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/parameter/
Dpython.hpp138 struct arg_spec struct
149 typedef arg_spec<
157 typedef arg_spec<
571 typedef arg_spec<
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc500 [&enable_sparse](const AbstractBasePtr &arg_spec) -> AbstractBasePtr { in Run() argument
501 MS_EXCEPTION_IF_NULL(arg_spec); in Run()
502 if (enable_sparse && arg_spec->isa<AbstractTensor>()) { in Run()
505 return SensitivityTransform(arg_spec); in Run()
Dstatic_analysis.cc82 bool IsIntermediateAbstract(const AbstractBasePtr &arg_spec) { in IsIntermediateAbstract() argument
83 MS_EXCEPTION_IF_NULL(arg_spec); in IsIntermediateAbstract()
84 if (dyn_cast<AbstractScalar>(arg_spec)) { in IsIntermediateAbstract()
85 auto v = arg_spec->GetValueTrack(); in IsIntermediateAbstract()
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc148 for (const auto &arg_spec : args_spec_list) { in AbstractJoin() local
149 MS_EXCEPTION_IF_NULL(arg_spec); in AbstractJoin()
150 arg_spec_tmp = arg_spec_tmp->Join(arg_spec); in AbstractJoin()
Dprim_nn.cc160 AbstractTensorPtr arg_spec = CheckArg<AbstractTensor>(op_name, args_spec_list, i); in InferImplBatchNorm() local
161 MS_EXCEPTION_IF_NULL(arg_spec); in InferImplBatchNorm()
162 MS_EXCEPTION_IF_NULL(arg_spec->shape()); in InferImplBatchNorm()
163 ShapeVector arg_shape = arg_spec->shape()->shape(); in InferImplBatchNorm()
/third_party/gettext/build-aux/
Dtexi2html10704 my $arg_spec = '';
10708 $arg_spec = $Texi2HTML::Config::misc_command{$macro}->{'arg'}
10711 if ($arg_spec eq 'line')
10717 elsif ($arg_spec)