| /third_party/boost/boost/math/quadrature/ |
| D | gauss.hpp | 63 static const std::vector<Real>& weights() in weights() function in boost::math::quadrature::detail::gauss_detail 91 static std::array<T, 4> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 117 static std::array<T, 4> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 143 static std::array<T, 4> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 169 static std::array<T, 4> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 195 static std::array<T, 4> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 222 static std::array<T, 5> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 250 static std::array<T, 5> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 278 static std::array<T, 5> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail 306 static std::array<T, 5> const & weights() in weights() function in boost::math::quadrature::detail::gauss_detail [all …]
|
| D | gauss_kronrod.hpp | 69 static const std::vector<Real>& weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 101 static std::array<T, 8> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 135 static std::array<T, 8> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 169 static std::array<T, 8> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 204 static std::array<T, 8> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 239 static std::array<T, 8> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 276 static std::array<T, 11> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 316 static std::array<T, 11> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 356 static std::array<T, 11> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail 397 static std::array<T, 11> const & weights() in weights() function in boost::math::quadrature::detail::gauss_kronrod_detail [all …]
|
| /third_party/mindspore/tests/st/fl/hybrid_lenet/src/ |
| D | cell_wrapper.py | 110 def _pull_from_server(self, weights, names, indices): argument 114 def _push_to_server(self, weights, names, indices): argument 119 def _pull_weight_inputs(weights): argument 135 def _push_weight_inputs(weights): argument
|
| /third_party/boost/libs/compute/test/ |
| D | test_discrete_distribution.cpp | 38 int weights[] = {2, 2}; in BOOST_AUTO_TEST_CASE() local 68 int weights[] = {10, 40, 40, 10}; in BOOST_AUTO_TEST_CASE() local 134 std::vector<int> weights(1, 1); in BOOST_AUTO_TEST_CASE() local 168 std::vector<int> weights; in BOOST_AUTO_TEST_CASE() local 205 std::vector<int> weights(258, 0); in BOOST_AUTO_TEST_CASE() local
|
| /third_party/boost/libs/random/test/ |
| D | test_piecewise_linear_distribution.cpp | 71 std::vector<double> weights = boost::assign::list_of(3)(1)(2)(1)(2); in BOOST_AUTO_TEST_CASE() local 121 std::vector<double> weights = boost::assign::list_of(3)(1)(2)(1)(2); in BOOST_AUTO_TEST_CASE() local 197 std::vector<double> weights = boost::assign::list_of(3)(1)(2)(1)(2); in BOOST_AUTO_TEST_CASE() local 208 std::vector<double> weights = boost::assign::list_of(3)(1)(2)(1)(2); in BOOST_AUTO_TEST_CASE() local 223 std::vector<double> weights = boost::assign::list_of(3)(1)(2)(1)(2); in BOOST_AUTO_TEST_CASE() local 234 std::vector<double> weights = boost::assign::list_of(1)(1); in BOOST_AUTO_TEST_CASE() local
|
| D | test_piecewise_constant_distribution.cpp | 69 std::vector<double> weights = boost::assign::list_of(1)(2)(1)(4); in BOOST_AUTO_TEST_CASE() local 117 std::vector<double> weights = boost::assign::list_of(1)(2)(1)(4); in BOOST_AUTO_TEST_CASE() local 191 std::vector<double> weights = boost::assign::list_of(1)(2)(1)(4); in BOOST_AUTO_TEST_CASE() local 202 std::vector<double> weights = boost::assign::list_of(1)(2)(1)(4); in BOOST_AUTO_TEST_CASE() local 217 std::vector<double> weights = boost::assign::list_of(1)(2)(1)(4); in BOOST_AUTO_TEST_CASE() local 228 std::vector<double> weights = boost::assign::list_of(1); in BOOST_AUTO_TEST_CASE() local
|
| D | test_piecewise_linear.cpp | 29 piecewise_linear(const std::vector<double>& intervals, const std::vector<double>& weights) in piecewise_linear() 71 std::vector<double> weights; member in piecewise_linear 83 std::vector<double> weights; in do_test() local
|
| /third_party/mindspore/tests/ut/cpp/dataset/ |
| D | weighted_random_sampler_test.cc | 50 std::vector<double> weights(total_samples, std::rand() % 100); in TEST_F() local 79 std::vector<double> weights(total_samples, std::rand() % 100); in TEST_F() local 115 std::vector<double> weights(total_samples, std::rand() % 100); in TEST_F() local 147 std::vector<double> weights(total_samples, std::rand() % 100); in TEST_F() local 189 std::vector<double> weights(total_samples, std::rand() % 100); in TEST_F() local 233 std::vector<double> weights(total_samples, std::rand() % 100); in TEST_F() local
|
| /third_party/boost/libs/graph/test/ |
| D | graphviz_test.cpp | 54 mass_map_t const& masses, weight_map_t const& weights, in test_graph() 68 weight_map_t const& weights, std::string const& node_id, 191 weight_map_t weights; local 228 weight_map_t weights; local 285 weight_map_t weights; local 304 weight_map_t weights; local 383 weight_map_t weights; local
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | ftlcdfil.c | 79 FT_LcdFiveTapFilter weights ) in ft_lcd_filter_fir() 185 FT_Byte* weights ) in _ft_lcd_filter_legacy() 291 unsigned char *weights ) in FT_Library_SetLcdFilterWeights() 397 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
|
| /third_party/flutter/skia/third_party/externals/freetype/src/base/ |
| D | ftlcdfil.c | 80 FT_LcdFiveTapFilter weights ) in ft_lcd_filter_fir() 186 FT_Byte* weights ) in _ft_lcd_filter_legacy() 292 unsigned char *weights ) in FT_Library_SetLcdFilterWeights() 398 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
|
| /third_party/mindspore/mindspore/lite/tools/converter/quantizer/ |
| D | mixed_bit_weight_quantizer.cc | 24 float MixedBitWeightQuantizer::MeasureQuantizationError(float *weights, const int *shape, int dims,… in MeasureQuantizationError() 96 BinarySearchResult MixedBitWeightQuantizer::BinarySearchForQuantizationScale(float *weights, int *s… in BinarySearchForQuantizationScale() 139 int MixedBitWeightQuantizer::DoQuantization(float *weights, std::vector<int64_t> shape, int preferr… in DoQuantization() 169 int MixedBitWeightQuantizer::QuantizeByScale(const float *weights, int weightsc, float scale, in QuantizeByScale()
|
| /third_party/freetype/src/base/ |
| D | ftlcdfil.c | 79 FT_LcdFiveTapFilter weights ) in ft_lcd_filter_fir() 185 FT_Byte* weights ) in _ft_lcd_filter_legacy() 291 unsigned char *weights ) in FT_Library_SetLcdFilterWeights() 397 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/samplers/ |
| D | weighted_random_sampler_ir.cc | 25 WeightedRandomSamplerObj::WeightedRandomSamplerObj(std::vector<double> weights, int64_t num_samples… in WeightedRandomSamplerObj() 71 std::vector<double> weights = json_obj["weights"]; in from_json() local
|
| /third_party/mindspore/mindspore/lite/src/delegate/tensorrt/ |
| D | tensorrt_utils.cc | 123 nvinfer1::Weights weights{data_type, ms_tensor.Data().get(), ms_tensor.ElementNum()}; in ConvertConstantTensor() local 137 nvinfer1::Weights weights{ConvertDataType(data_type), value, 1}; in ConvertScalarToITensor() local 192 nvinfer1::Weights weights{data_type, ms_tensor.Data().get(), ms_tensor.ElementNum()}; in ConvertTensorWithExpandDims() local 204 nvinfer1::Weights weights{}; in TransposeWeight() local 228 nvinfer1::Weights weights{}; in TransposeWeightFP32() local 254 nvinfer1::Weights weights{}; in ConvertWeight() local
|
| /third_party/mindspore/tests/st/fl/albert/src/ |
| D | cell_wrapper.py | 218 def _communication_with_server_1(self, weights): argument 223 def _communication_with_server_2(self, weights): argument 229 def _get_weights_by_key_inputs(self, weights): argument 242 def _over_weights_by_key_inputs(self, weights): argument
|
| /third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_barycenter_f32.c | 54 const float32_t *weights, in arm_barycenter_f32() 199 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32() 352 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32()
|
| D | arm_barycenter_f16.c | 68 const float16_t *weights, in arm_barycenter_f16() 210 void arm_barycenter_f16(const float16_t *in, const float16_t *weights, float16_t *out, uint32_t nbV… in arm_barycenter_f16()
|
| /third_party/mindspore/mindspore/lite/examples/train_lenet_java/model/ |
| D | train_utils.py | 21 def train_wrap(net, loss_fn=None, optimizer=None, weights=None): argument
|
| /third_party/mindspore/mindspore/lite/examples/unified_api/model/ |
| D | train_utils.py | 21 def train_wrap(net, loss_fn=None, optimizer=None, weights=None): argument
|
| /third_party/mindspore/mindspore/lite/examples/transfer_learning/model/ |
| D | train_utils.py | 20 def train_wrap(net, loss_fn=None, optimizer=None, weights=None): argument
|
| /third_party/mindspore/mindspore/lite/examples/train_lenet/model/ |
| D | train_utils.py | 22 def train_wrap(net, loss_fn=None, optimizer=None, weights=None, loss_scale_manager=None): argument
|
| /third_party/boost/boost/graph/ |
| D | stoer_wagner_min_cut.hpp | 150 stoer_wagner_min_cut(const UndirectedGraph& g, WeightMap weights, in stoer_wagner_min_cut() 206 const UndirectedGraph& g, WeightMap weights, ParityMap parities, in stoer_wagner_min_cut() 307 stoer_wagner_min_cut(const UndirectedGraph& g, WeightMap weights, in stoer_wagner_min_cut()
|
| /third_party/boost/libs/numeric/odeint/examples/ |
| D | adaptive_iterator.cpp | 105 vector< double > weights; in main() local 171 vector< double > weights; in main() local 274 vector< double > weights; in main() local 337 vector< double > weights; in main() local
|
| /third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_dct4_q31.c | 59 const q31_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q31() local
|