Home
last modified time | relevance | path

Searched refs:root_type (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/math/differentiation/
Dautodiff.hpp131 …using root_type = typename get_root_type<RealType>::type; // RealType in the root fvar<RealType,O… typedef in boost::math::differentiation::autodiff_v1::detail::fvar
136 fvar(root_type const&, bool const is_variable);
146 explicit fvar(root_type const&); // Initialize a constant. (No epsilon terms.)
163 fvar& operator+=(root_type const&);
170 fvar& operator-=(root_type const&);
177 fvar& operator*=(root_type const&);
184 fvar& operator/=(root_type const&);
197 fvar operator+(root_type const&) const;
201 friend fvar<RealType2, Order2> operator+(typename fvar<RealType2, Order2>::root_type const&,
209 fvar operator-(root_type const&) const;
[all …]
Dautodiff_cpp11.hpp31 fvar<RealType, Order>::fvar(root_type const& ca, bool const is_variable) { in fvar()
48 v[1] = static_cast<root_type>(static_cast<int>(is_variable)); in fvar_cpp11()
95 product(boost::math::factorial<root_type>(static_cast<unsigned>(orders))...); in derivative()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
170 factorial<root_type>(static_cast<unsigned>(i)); in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
[all …]
/third_party/boost/boost/log/detail/
Dfunction_traits.hpp87 struct root_type : struct
109 typedef typename root_type<
118 typedef typename root_type<
125 typedef typename root_type<
132 typedef typename root_type<
157 typedef typename root_type<
168 typedef typename root_type<
175 typedef typename root_type<
/third_party/boost/libs/math/test/
Dtest_autodiff.hpp172 using root_type = typename T::root_type; in isNearZero() typedef
173 return isNearZero(static_cast<root_type>(t)); in isNearZero()
/third_party/e2fsprogs/misc/
De2initrd_helper.c45 static int root_type; variable
315 root_type++; in PRS()
392 if (root_type) in main()
/third_party/flatbuffers/src/
Dflatc.cpp336 opts.root_type = argv[argi]; in Compile()
538 if (!opts.root_type.empty()) { in Compile()
539 if (!parser->SetRootType(opts.root_type.c_str())) in Compile()
540 Error("unknown root type: " + opts.root_type); in Compile()
/third_party/flatbuffers/tests/
Dnative_type_test.fbs22 root_type ApplicationData;
Darrays_test.fbs25 root_type ArrayTable;
Dmonster_extra.fbs19 root_type MonsterExtra;
Doptional_scalars.fbs56 root_type ScalarStuff;
Dmonster_test.fbs151 root_type Monster;
/third_party/flatbuffers/tests/evolution_test/
Devolution_v1.fbs40 root_type Root;
Devolution_v2.fbs51 root_type Root;
/third_party/flatbuffers/samples/
Dmonster.fbs33 root_type Monster;
/third_party/flatbuffers/tests/union_vector/
Dunion_vector.fbs30 root_type Movie;
/third_party/flatbuffers/tests/fuzzer/
Dparser_fuzzer.dict31 "root_type"
/third_party/flatbuffers/android/app/src/main/fbs/
Danimal.fbs23 root_type Animal;
/third_party/mindspore/mindspore/lite/schema/
Dgpu_cache.fbs39 root_type GpuCache;
Dmodel.fbs110 root_type MetaGraph;
Dmodel_v0.fbs304 root_type MetaGraph;
/third_party/flatbuffers/docs/source/
DGrammar.md20 root\_decl = `root_type` ident `;`
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dde_tensor.fbs55 root_type TensorRowHeaderMsg;
/third_party/flatbuffers/reflection/
Dreflection.fbs123 root_type Schema;
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc318 auto root_type = root_input->Type() == nullptr ? nullptr : dyn_cast<Type>(root_input->Type()); in CheckRootInputShapeAndType() local
323 MS_EXCEPTION_IF_NULL(root_type); in CheckRootInputShapeAndType()
333 if (root_type->type_id() != loaded_type->type_id()) { in CheckRootInputShapeAndType()
335 … << " th input type differ from loaded graph. Input type: " << root_type->ToString() in CheckRootInputShapeAndType()
/third_party/boost/libs/math/doc/differentiation/
Dautodiff.tex820 using root_type = typename fvar<RealType, Order>::root_type;
822 root_type const d0 = cos(static_cast<root_type>(cr));
826 root_type const d1 = -sin(static_cast<root_type>(cr));
827 root_type const derivatives[4]{d0, d1, -d0, -d1};

12