Home
last modified time | relevance | path

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 DWSFillGrid.cpp33 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 DWFillGrid.cpp33 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 DOccluderSource.cpp54 vector<WShape *> &wshapes = wingedEdge.getWShapes(); in begin() local
55 currentShape = wshapes.begin(); in begin()
56 shapesEnd = wshapes.end(); in begin()
H A DFEdgeXDetector.cpp39 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 DViewMapBuilder.cpp1255 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 DConvLayers.pm138 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 DConvLayers.pm138 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 Dconv_layers.py125 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 Dconv_layers.py125 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],