/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | local_node.cc | 47 std::vector<NodeIdType> neighbors; in GetAllNeighbors() local 70 Status LocalNode::GetRandomSampledNeighbors(const std::vector<std::shared_ptr<Node>> &neighbors, in… in GetRandomSampledNeighbors() 82 Status LocalNode::GetWeightSampledNeighbors(const std::vector<std::shared_ptr<Node>> &neighbors, in GetWeightSampledNeighbors() 97 std::vector<NodeIdType> neighbors; in GetSampledNeighbors() local
|
D | graph_data_impl.cc | 165 std::vector<std::vector<NodeIdType>> neighbors; in GetAllNeighbors() local 267 std::vector<NodeIdType> neighbors; in GetSampledNeighbors() local 329 std::vector<NodeIdType> neighbors; in GetNegSampledNeighbors() local 762 std::vector<NodeIdType> neighbors; in GetNodeProbability() local
|
/third_party/boost/libs/mpi/src/ |
D | graph_communicator.cpp | 18 shared_array<int> neighbors(new int[nneighbors]); in out_edges() local 39 shared_array<int> neighbors(new int[nneighbors]); in adjacent_vertices() local
|
/third_party/boost/boost/mpi/ |
D | graph_communicator.hpp | 265 comm_out_edge_iterator(int source, shared_array<int> neighbors, int index) in comm_out_edge_iterator() 295 shared_array<int> neighbors; member in boost::mpi::detail::comm_out_edge_iterator 315 comm_adj_iterator(shared_array<int> neighbors, int index) in comm_adj_iterator() 340 shared_array<int> neighbors; member in boost::mpi::detail::comm_adj_iterator
|
/third_party/boost/libs/graph/example/ |
D | edge-connectivity.cpp | 45 void neighbors(const Graph& g, in neighbors() function 53 void neighbors(const Graph& g, VertexIterator first, VertexIterator last, in neighbors() function
|
/third_party/boost/boost/graph/ |
D | edge_connectivity.hpp | 48 void neighbors(const Graph& g, in neighbors() function 58 void neighbors(const Graph& g, VertexIterator first, VertexIterator last, in neighbors() function
|
D | is_kuratowski_subgraph.hpp | 52 void contract_edge(AdjacencyList& neighbors, Vertex u, Vertex v) in contract_edge() 122 vertex_to_v_list_map_t neighbors(neighbors_vector.begin(), vm); in is_kuratowski_subgraph() local
|
D | transitive_reduction.hpp | 87 std::vector< Vertex > neighbors; in transitive_reduction() local
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | gnn_graph_test.cc | 45 …void ParsingNeighbors(const std::shared_ptr<Tensor> &neighbors, NodeNeighborsMap &node_neighbors) { in ParsingNeighbors() 134 std::shared_ptr<Tensor> neighbors; in TEST_F() local 244 std::shared_ptr<Tensor> neighbors; in TEST_F() local
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264pred.c | 211 int neighbors; in check_pred8x8l() local
|
/third_party/boost/boost/graph/distributed/ |
D | fruchterman_reingold.hpp | 175 int neighbors[4] = { -1, -1, -1, -1 } ; in operator ()() local
|
/third_party/boost/boost/geometry/index/detail/rtree/visitors/ |
D | distance_query.hpp | 608 std::vector< std::pair<value_distance_type, const value_type *> > neighbors; member in boost::geometry::index::detail::rtree::visitors::distance_query_incremental
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_aos.c | 576 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ in lp_build_sample_fetch_image_linear() local
|
D | lp_bld_sample_soa.c | 1040 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_sofalizer.c | 692 int *neighbors; in getfilter_float() local
|
/third_party/gstreamer/gstplugins_bad/docs/plugins/ |
D | gst_plugins_cache.json | 18635 "neighbors": { object 20908 "neighbors": { object
|