Searched refs:wshapes (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/winged_edge/ |
H A D | WSFillGrid.cpp | 33 vector<WShape *> wshapes = _winged_edge->getWShapes(); in fillGrid() local 38 for (vector<WShape *>::const_iterator it = wshapes.begin(); it != wshapes.end(); ++it) { in fillGrid()
|
H A D | WFillGrid.cpp | 33 vector<WShape *> wshapes = _winged_edge->getWShapes(); in fillGrid() local 38 for (vector<WShape *>::const_iterator it = wshapes.begin(); it != wshapes.end(); ++it) { in fillGrid()
|
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/ |
H A D | OccluderSource.cpp | 54 vector<WShape *> &wshapes = wingedEdge.getWShapes(); in begin() local 55 currentShape = wshapes.begin(); in begin() 56 shapesEnd = wshapes.end(); in begin()
|
H A D | FEdgeXDetector.cpp | 39 vector<WShape *> wshapes = we.getWShapes(); in processShapes() local 45 _pProgressBar->setTotalSteps(wshapes.size() * 3); in processShapes() 50 for (vector<WShape *>::const_iterator it = wshapes.begin(); it != wshapes.end(); it++) { in processShapes()
|
H A D | ViewMapBuilder.cpp | 1255 vector<WShape *> wshapes = we.getWShapes(); in computeInitialViewEdges() local 1258 for (vector<WShape *>::const_iterator it = wshapes.begin(); it != wshapes.end(); it++) { in computeInitialViewEdges()
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/Gluon/NN/ |
H A D | ConvLayers.pm | 138 my $wshapes = _infer_weight_shape($self->op_name, \@dshape, $self->kwargs); 141 'weight', shape => $wshapes->[1], 150 'bias', shape => $wshapes->[2],
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/Gluon/NN/ |
H A D | ConvLayers.pm | 138 my $wshapes = _infer_weight_shape($self->op_name, \@dshape, $self->kwargs); 141 'weight', shape => $wshapes->[1], 150 'bias', shape => $wshapes->[2],
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/nn/ |
H A D | conv_layers.py | 125 wshapes = _infer_weight_shape(op_name, dshape, self._kwargs) 126 self.weight = self.params.get('weight', shape=wshapes[1], 130 self.bias = self.params.get('bias', shape=wshapes[2],
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/nn/ |
H A D | conv_layers.py | 125 wshapes = _infer_weight_shape(op_name, dshape, self._kwargs) 126 self.weight = self.params.get('weight', shape=wshapes[1], 130 self.bias = self.params.get('bias', shape=wshapes[2],
|