/third_party/mindspore/mindspore/nn/wrap/ |
D | grad_reducer.py | 83 def _tensors_allreduce(degree, mean, allgather, allreduce, allreduce_filter, grad): argument 107 def _tensors_allreduce_post(degree, mean, allreduce_filter, grad): argument 130 def _tensors_allreduce_ps(degree, mean, allgather, allreduce, allreduce_filter, grad, ps_parameter): argument 158 def _tensors_allreduce_with_sparse(degree, mean, allgather, allreduce, allreduce_filter, grad): argument 184 def _tensors_allreduce_with_sparse_ps(degree, mean, allgather, allreduce, allreduce_filter, grad, p… argument 366 …def __init__(self, parameters, mean=True, degree=None, fusion_type=1, group=GlobalComm.WORLD_COMM_… argument
|
/third_party/boost/boost/gil/image_processing/ |
D | numeric.hpp | 162 inline detail::kernel_2d<T, Allocator> generate_dx_sobel(unsigned int degree = 1) in generate_dx_sobel() 192 inline detail::kernel_2d<T, Allocator> generate_dx_scharr(unsigned int degree = 1) in generate_dx_scharr() 222 inline detail::kernel_2d<T, Allocator> generate_dy_sobel(unsigned int degree = 1) in generate_dy_sobel() 252 inline detail::kernel_2d<T, Allocator> generate_dy_scharr(unsigned int degree = 1) in generate_dy_scharr()
|
/third_party/boost/boost/graph/ |
D | cuthill_mckee_ordering.hpp | 60 DegreeMap degree; member in boost::detail::bfs_rcm_visitor 74 OutputIterator permutation, ColorMap color, DegreeMap degree) in cuthill_mckee_ordering() 114 OutputIterator permutation, ColorMap color, DegreeMap degree) in cuthill_mckee_ordering() 127 OutputIterator permutation, ColorMap color, DegreeMap degree) in cuthill_mckee_ordering()
|
D | sloan_ordering.hpp | 105 ColorMap color, DegreeMap degree) in sloan_start_end_vertices() 264 OutputIterator permutation, ColorMap color, DegreeMap degree, in sloan_ordering() 407 OutputIterator permutation, ColorMap color, DegreeMap degree, in sloan_ordering() 424 Color color, Degree degree, Priority priority, Weight W1, Weight W2) in sloan_ordering() 440 Color color, Degree degree, Priority priority) in sloan_ordering()
|
D | king_ordering.hpp | 198 PseudoDegreeMap degree; member in boost::detail::bfs_king_visitor 212 OutputIterator permutation, ColorMap color, DegreeMap degree, in king_ordering() 270 OutputIterator permutation, ColorMap color, DegreeMap degree, in king_ordering() 284 ColorMap color, DegreeMap degree, VertexIndexMap index_map) in king_ordering()
|
D | smallest_last_ordering.hpp | 38 const VertexListGraph& G, Order order, Degree degree, Marker marker) in smallest_last_vertex_ordering() 61 Degree degree, Marker marker, BucketSorter& degree_buckets) in smallest_last_vertex_ordering()
|
D | plod_generator.hpp | 111 std::size_t degree; member in boost::out_directed_plod_iterator 145 std::size_t degree in undirected_plod_iterator() local
|
D | minimum_degree_ordering.hpp | 326 DegreeMap degree; member in boost::detail::mmd_impl 343 mmd_impl(Graph& g, size_type n_, int delta, DegreeMap degree, in mmd_impl() 746 void minimum_degree_ordering(Graph& G, DegreeMap degree, in minimum_degree_ordering()
|
/third_party/boost/boost/graph/detail/ |
D | sparse_ordering.hpp | 110 DegreeMap degree; member in boost::sparse::rcm_queue 142 Graph const& G, const Vertex& u, int& ecc, ColorMap color, DegreeMap degree) in pseudo_peripheral_pair() 166 Vertex find_starting_node(Graph const& G, Vertex r, Color color, Degree degree) in find_starting_node()
|
/third_party/boost/boost/units/systems/angle/ |
D | degrees.hpp | 26 namespace degree { namespace
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | arm_svm_polynomial_init_f32.c | 77 int32_t degree, in arm_svm_polynomial_init_f32()
|
D | arm_svm_polynomial_init_f16.c | 80 int32_t degree, in arm_svm_polynomial_init_f16()
|
/third_party/boost/libs/graph/test/ |
D | min_degree_empty.cpp | 27 std::vector< int > degree(n, 0); in main() local
|
/third_party/boost/boost/msm/mpl_graph/ |
D | mpl_graph.hpp | 77 struct degree : struct
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/ |
D | minimal_filtering_generator.c | 22 void Polynomial(const float *interval, float *m, int degree) { in Polynomial() 35 void DiagonalPlusMatrix(const float *matrix, float *diagonal_matrix, int degree) { in DiagonalPlusMatrix() 149 void GenerateIntervalArray(float *array, float interval, int degree) { in GenerateIntervalArray() 183 int degree = in_unit - 1; in CookToomFilter() local
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioinvert.h | 46 gfloat degree; member
|
/third_party/boost/libs/geometry/example/ |
D | c03_custom_linestring_example.cpp | 58 BOOST_GEOMETRY_REGISTER_POINT_2D(gps_point, double, cs::geographic<degree>, longitude, latitude) in BOOST_GEOMETRY_REGISTER_POINT_2D()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_rotation_op.cc | 59 float degree = mid + random_double * degree_range; in Compute() local
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | affine_op_test.cc | 77 float degree = 0.0; in TEST_F() local
|
/third_party/libinput/src/ |
D | util-matrix.h | 39 deg2rad(int degree) in deg2rad()
|
/third_party/boost/libs/graph/example/ |
D | minimum_degree_ordering.cpp | 152 Vector degree(n, 0); in main() local
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/ |
D | network_define.py | 131 def __init__(self, network, optimizer, sens=1.0, reduce_flag=False, mean=True, degree=None): argument
|
/third_party/mindspore/mindspore/boost/ |
D | grad_freeze.py | 251 …e_cell(reducer_flag, network, optimizer, sens, grad, use_grad_accumulation, mean=None, degree=None, argument
|
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/utils/ |
D | custom_transforms.py | 58 def __init__(self, degree): argument
|
/third_party/boost/boost/random/ |
D | sobol.hpp | 64 const unsigned degree = multiprecision::msb(poly); // integer log2(poly) in resize() local
|