Home
last modified time | relevance | path

Searched defs:gradient_index (Results 1 – 18 of 18) sorted by relevance

/dports/math/adept/adept-2.0.8/include/adept/
H A DStackStorageOrig.h46 void push_rhs(const Real& multiplier, const uIndex& gradient_index) { in push_rhs()
73 void push_rhs_indices(const uIndex& gradient_index) { in push_rhs_indices()
85 void push_lhs(const uIndex& gradient_index) { in push_lhs()
H A DStackStorageOrigStl.h44 void push_rhs(const Real& multiplier, const uIndex& gradient_index) { in push_rhs()
73 void push_lhs(const uIndex& gradient_index) { in push_lhs()
H A DStackStorage.h90 void push_rhs(const Real& multiplier, const uIndex& gradient_index) { in push_rhs()
118 void push_lhs(const uIndex& gradient_index) { in push_lhs()
H A DActiveConstReference.h71 ActiveConstReference(const Type& val, Index gradient_index) in ActiveConstReference()
107 const Index& gradient_index() const { return gradient_index_; } in gradient_index() function
H A DActiveReference.h71 ActiveReference(Type& val, Index gradient_index) in ActiveReference()
233 const Index& gradient_index() const { return gradient_index_; } in gradient_index() function
H A DStorage.h165 Index gradient_index() const in gradient_index() function
H A DActive.h105 Active(const PType& rhs, Index gradient_index) in Active()
332 const Index& gradient_index() const { return gradient_index_; } in gradient_index() function
H A DStack.h168 bool update_lhs(const uIndex& gradient_index) { in update_lhs()
245 void unregister_gradient(const uIndex& gradient_index) { in unregister_gradient()
/dports/math/adept/adept-2.0.8/adept/
H A DStack.cpp241 Stack::unregister_gradient_not_top(const uIndex& gradient_index) in unregister_gradient_not_top()
326 Stack::unregister_gradients(const uIndex& gradient_index, in unregister_gradients()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/meshworker/
H A Dvector_selector.h511 VectorSelector::gradient_index(const unsigned int i) const in gradient_index() function
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cc145 const BinIdxType* gradient_index = gmat.index.data<BinIdxType>(); in BuildHistKernel() local
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cc145 const BinIdxType* gradient_index = gmat.index.data<BinIdxType>(); in BuildHistKernel() local
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dconvolutional_layer.cpp857 for(Index gradient_index = 0; gradient_index < synaptic_weights_number; gradient_index++) in calculate_error_gradient() local
887 …for(Index gradient_index = synaptic_weights_number; gradient_index < parameters_number; gradient_i… in calculate_error_gradient() local
957 for(Index gradient_index = 0; gradient_index < synaptic_weights_number; gradient_index++) in calculate_error_gradient() local
989 …for(Index gradient_index = synaptic_weights_number; gradient_index < parameters_number; gradient_i… in calculate_error_gradient() local
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dsvg.c71 int gradient_index; member
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dsvg.c71 int gradient_index; member
/dports/math/adept/adept-2.0.8/include/
H A Dadept_source.h783 Stack::unregister_gradient_not_top(const uIndex& gradient_index) in unregister_gradient_not_top()
868 Stack::unregister_gradients(const uIndex& gradient_index, in unregister_gradients()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Ddisplay_list_flattener.rs2212 let gradient_index = CachedGradientIndex(self.cached_gradients.len()); in add_gradient() localVariable
2297 let gradient_index = CachedGradientIndex(self.cached_gradients.len()); in add_radial_gradient() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/
H A Dgradient.rs329 let gradient_index = prim_store.linear_gradients.push(LinearGradientPrimitive { in make_instance_kind() localVariable