Home
last modified time | relevance | path

Searched refs:affine (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/
Dresnet.py38 def _BatchNorm2dInit(out_chls, momentum=0.1, affine=True, use_batch_statistics=True): argument
45 return nn.BatchNorm2d(out_chls, momentum=momentum, affine=affine, gamma_init=gamma_init,
84 self.bn1 = _BatchNorm2dInit(64, affine=bn_training, use_batch_statistics=bn_training)
198 self.affine = weights_update
202 …self.bn1 = _BatchNorm2dInit(out_chls, momentum=momentum, affine=self.affine, use_batch_statistics=…
205 …self.bn2 = _BatchNorm2dInit(out_chls, momentum=momentum, affine=self.affine, use_batch_statistics=…
208 …self.bn3 = _BatchNorm2dInit(out_channels, momentum=momentum, affine=self.affine, use_batch_statist…
224 … self.bn_down_sample = _BatchNorm2dInit(out_channels, momentum=momentum, affine=self.affine,
Dresnet50v1.py38 def _BatchNorm2dInit(out_chls, momentum=0.1, affine=True, use_batch_statistics=True): argument
45 return nn.BatchNorm2d(out_chls, momentum=momentum, affine=affine, gamma_init=gamma_init,
84 self.bn1 = _BatchNorm2dInit(64, affine=bn_training, use_batch_statistics=bn_training)
198 self.affine = weights_update
203 …self.bn1 = _BatchNorm2dInit(out_chls, momentum=momentum, affine=self.affine, use_batch_statistics=…
207 …self.bn2 = _BatchNorm2dInit(out_chls, momentum=momentum, affine=self.affine, use_batch_statistics=…
210 …self.bn3 = _BatchNorm2dInit(out_channels, momentum=momentum, affine=self.affine, use_batch_statist…
226 … self.bn_down_sample = _BatchNorm2dInit(out_channels, momentum=momentum, affine=self.affine,
/third_party/skia/docs/examples/
DMatrix_setAffine.cpp9 SkScalar affine[6]; in draw() local
10 if (matrix.asAffine(affine)) { in draw()
13 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
17 matrix.setAffine(affine); in draw()
DMatrix_SetAffineIdentity.cpp7 SkScalar affine[6]; in draw() local
8 SkMatrix::SetAffineIdentity(affine); in draw()
11 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
DMatrix_asAffine.cpp9 SkScalar affine[6]; in draw() local
10 if (matrix.asAffine(affine)) { in draw()
13 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
/third_party/flutter/skia/docs/examples/
DMatrix_setAffine.cpp9 SkScalar affine[6]; in draw() local
10 if (matrix.asAffine(affine)) { in draw()
13 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
17 matrix.setAffine(affine); in draw()
DMatrix_SetAffineIdentity.cpp7 SkScalar affine[6]; in draw() local
8 SkMatrix::SetAffineIdentity(affine); in draw()
11 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
DMatrix_asAffine.cpp9 SkScalar affine[6]; in draw() local
10 if (matrix.asAffine(affine)) { in draw()
13 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
/third_party/mindspore/mindspore/nn/layer/
Dnormalization.py51 affine=True, argument
86 gamma_init, num_features), name="gamma", requires_grad=affine)
88 beta_init, num_features), name="beta", requires_grad=affine)
354 affine=True, argument
364 affine,
462 affine=True, argument
473 affine,
564 affine=True, argument
578 affine=affine,
682 affine=True, argument
[all …]
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_affine_test.cc43 std::shared_ptr<TensorTransform> affine( in TEST_F() local
47 ds = ds->Map({crop, affine}); in TEST_F()
86 std::shared_ptr<TensorTransform> affine( in TEST_F() local
90 ds = ds->Map({crop, affine}); in TEST_F()
/third_party/mindspore/mindspore/lite/src/ops/populate/
Daffine_populate.cc24 static void ReleaseParam(AffineParameter *affine, MatMulParameter *matmul) { in ReleaseParam() argument
25 if (affine != nullptr) { in ReleaseParam()
26 free(affine); in ReleaseParam()
/third_party/boost/libs/gil/doc/
Dindex.rst61 * :download:`affine.cpp <../example/affine.cpp>`:
62 Applying an affine transformation to an image (requires the optional
/third_party/boost/libs/gil/doc/html/_sources/
Dindex.rst.txt61 * :download:`affine.cpp <../example/affine.cpp>`:
62 Applying an affine transformation to an image (requires the optional
/third_party/pixman/test/
DMakefile.sources32 affine-test \
44 affine-bench \
Dmeson.build50 'affine-test',
67 'affine-bench',
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c584 apaint->u.transform.affine.xx = FT_NEXT_LONG( p ); in read_paint()
585 apaint->u.transform.affine.yx = FT_NEXT_LONG( p ); in read_paint()
586 apaint->u.transform.affine.xy = FT_NEXT_LONG( p ); in read_paint()
587 apaint->u.transform.affine.yy = FT_NEXT_LONG( p ); in read_paint()
588 apaint->u.transform.affine.dx = FT_NEXT_LONG( p ); in read_paint()
589 apaint->u.transform.affine.dy = FT_NEXT_LONG( p ); in read_paint()
1084 paint->u.transform.affine.xx = ft_root_scale.xx; in tt_face_get_paint()
1085 paint->u.transform.affine.xy = ft_root_scale.xy; in tt_face_get_paint()
1086 paint->u.transform.affine.yx = ft_root_scale.yx; in tt_face_get_paint()
1087 paint->u.transform.affine.yy = ft_root_scale.yy; in tt_face_get_paint()
[all …]
/third_party/pixman/pixman/
Dpixman-conical-gradient.c69 pixman_bool_t affine = TRUE; in conical_get_scanline() local
99 affine = in conical_get_scanline()
104 if (affine) in conical_get_scanline()
/third_party/mindspore/tests/st/nccl/
Dtest_nccl_sync_batch_norm_op.py52 self.affine = True
56 affine=self.affine,
/third_party/boost/libs/gil/example/
DREADME.md22 2. `affine.cpp`
23 Performs an arbitrary affine transformation on the image.
/third_party/boost/libs/gil/doc/image_processing/
Daffine-region-detectors.rst8 that is stable under affine transformations. It can be
112 `Mikolajczyk, Krystian, and Cordelia Schmid. "An affine invariant interest point detector." In Euro…
114 … Frederik Schaffalitzky, Timor Kadir, and Luc Van Gool. "A comparison of affine region detectors."…
Dindex.rst13 affine-region-detectors
/third_party/boost/libs/gil/doc/html/_sources/image_processing/
Daffine-region-detectors.rst.txt8 that is stable under affine transformations. It can be
112 `Mikolajczyk, Krystian, and Cordelia Schmid. "An affine invariant interest point detector." In Euro…
114 … Frederik Schaffalitzky, Timor Kadir, and Luc Van Gool. "A comparison of affine region detectors."…
Dindex.rst.txt13 affine-region-detectors
/third_party/mindspore/tests/st/ops/gpu/
Dtest_batchnorm_op.py208 def __init__(self, affine=True, gamma_init='ones', beta_init='zeros', moving_mean_init='zeros', argument
211 …self.bn1 = BatchNorm1d(2, eps=0.00001, momentum=0.1, affine=affine, gamma_init=gamma_init, beta_in…
310 …bn_net = BatchNorm1d_Net(affine=False, gamma_init=gamma_init, beta_init=beta_init, moving_mean_ini…
/third_party/flutter/skia/src/core/
DSkMatrix.cpp758 void SkMatrix::SetAffineIdentity(SkScalar affine[6]) { in SetAffineIdentity()
759 affine[kAScaleX] = 1; in SetAffineIdentity()
760 affine[kASkewY] = 0; in SetAffineIdentity()
761 affine[kASkewX] = 0; in SetAffineIdentity()
762 affine[kAScaleY] = 1; in SetAffineIdentity()
763 affine[kATransX] = 0; in SetAffineIdentity()
764 affine[kATransY] = 0; in SetAffineIdentity()
767 bool SkMatrix::asAffine(SkScalar affine[6]) const { in asAffine()
771 if (affine) { in asAffine()
772 affine[kAScaleX] = this->fMat[kMScaleX]; in asAffine()
[all …]

12345