/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/ |
D | resnet.py | 38 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,
|
D | resnet50v1.py | 38 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/ |
D | Matrix_setAffine.cpp | 9 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()
|
D | Matrix_SetAffineIdentity.cpp | 7 SkScalar affine[6]; in draw() local 8 SkMatrix::SetAffineIdentity(affine); in draw() 11 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
|
D | Matrix_asAffine.cpp | 9 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/ |
D | Matrix_setAffine.cpp | 9 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()
|
D | Matrix_SetAffineIdentity.cpp | 7 SkScalar affine[6]; in draw() local 8 SkMatrix::SetAffineIdentity(affine); in draw() 11 SkDebugf("%s: %g ", names[i], affine[i]); in draw()
|
D | Matrix_asAffine.cpp | 9 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/ |
D | normalization.py | 51 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/ |
D | c_api_vision_affine_test.cc | 43 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/ |
D | affine_populate.cc | 24 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/ |
D | index.rst | 61 * :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/ |
D | index.rst.txt | 61 * :download:`affine.cpp <../example/affine.cpp>`: 62 Applying an affine transformation to an image (requires the optional
|
/third_party/pixman/test/ |
D | Makefile.sources | 32 affine-test \ 44 affine-bench \
|
D | meson.build | 50 'affine-test', 67 'affine-bench',
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 584 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/ |
D | pixman-conical-gradient.c | 69 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/ |
D | test_nccl_sync_batch_norm_op.py | 52 self.affine = True 56 affine=self.affine,
|
/third_party/boost/libs/gil/example/ |
D | README.md | 22 2. `affine.cpp` 23 Performs an arbitrary affine transformation on the image.
|
/third_party/boost/libs/gil/doc/image_processing/ |
D | affine-region-detectors.rst | 8 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."…
|
D | index.rst | 13 affine-region-detectors
|
/third_party/boost/libs/gil/doc/html/_sources/image_processing/ |
D | affine-region-detectors.rst.txt | 8 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."…
|
D | index.rst.txt | 13 affine-region-detectors
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_batchnorm_op.py | 208 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/ |
D | SkMatrix.cpp | 758 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 …]
|