Home
last modified time | relevance | path

Searched defs:neighbor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp36 TIntermSymbol *neighbor = new TIntermSymbol(CreateTempVariable(symbolTable, variableType)); in GetValueFromNeighbor() local
56 TIntermSymbol *neighbor = new TIntermSymbol(CreateTempVariable(symbolTable, variableType)); in GetDiffWithNeighbor() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dgnn_graph_test.cc79 for (auto neighbor : number_neighbors) { in CheckNeighborsRatio() local
/third_party/boost/boost/graph/
Dminimum_degree_ordering.hpp572 vertex_t neighbor = *nu; in update() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_impl.cc215 for (auto &neighbor : neighbors) { in GetAllNeighbors() local