@@ -44,7 +44,7 @@ public void tearDown() {}
44
44
45
45
/** Test of call method, of class VarianceScaling. */
46
46
@ Test
47
- public void testCallFloat_1_FAN_IN_TRUNCATED_NORMAL () {
47
+ public void testCallFloat1FanInTruncatedNormal () {
48
48
float [] expected = {-0.52388954F , -0.29329166F , -0.07872587F , -0.31851602F };
49
49
for (TestSession .Mode tfMode : tfModes )
50
50
try (TestSession session = TestSession .createTestSession (tfMode )) {
@@ -63,7 +63,7 @@ public void testCallFloat_1_FAN_IN_TRUNCATED_NORMAL() {
63
63
}
64
64
65
65
@ Test
66
- public void testCallDouble_1_FAN_IN_TRUNCATED_NORMAL () {
66
+ public void testCallDouble1FanInTruncatedNormal () {
67
67
double [] expected = {
68
68
1.4971264721246893 , -1.2488522307109322 , -0.5409677352523339 , 0.4871390504288623
69
69
};
@@ -85,7 +85,7 @@ public void testCallDouble_1_FAN_IN_TRUNCATED_NORMAL() {
85
85
86
86
/** Test of call method, of class VarianceScaling. */
87
87
@ Test
88
- public void testCallFloat_1_FAN_IN_NORMAL () {
88
+ public void testCallFloat1FanInNormal () {
89
89
float [] expected = {-0.46082667F , -0.25798687F , -0.06924929F , -0.28017485F };
90
90
for (TestSession .Mode tfMode : tfModes )
91
91
try (TestSession session = TestSession .createTestSession (tfMode )) {
@@ -104,7 +104,7 @@ public void testCallFloat_1_FAN_IN_NORMAL() {
104
104
}
105
105
106
106
@ Test
107
- public void testCalltestSoftmaxDouble_1_FAN_IN_NORMAL () {
107
+ public void testCalltestSoftmaxDouble1FanInNormal () {
108
108
double [] expected = {
109
109
1.3169108626945392 , -1.0985224689731887 , -0.13536536217837225 , -1.698770780615686
110
110
};
@@ -126,7 +126,7 @@ public void testCalltestSoftmaxDouble_1_FAN_IN_NORMAL() {
126
126
127
127
/** Test of call method, of class VarianceScaling. */
128
128
@ Test
129
- public void testCalltestSoftmaxFloat_1_FAN_IN_UNIFORM () {
129
+ public void testCalltestSoftmaxFloat1FanInUNIFORM () {
130
130
float [] expected = {0.9266439F , 0.8190767F , 1.1268647F , 0.6596042F };
131
131
for (TestSession .Mode tfMode : tfModes )
132
132
try (TestSession session = TestSession .createTestSession (tfMode )) {
@@ -141,7 +141,7 @@ public void testCalltestSoftmaxFloat_1_FAN_IN_UNIFORM() {
141
141
}
142
142
143
143
@ Test
144
- public void testCalltestSoftmaxDouble_1_FAN_IN_UNIFORM () {
144
+ public void testCalltestSoftmaxDouble1FanInUNIFORM () {
145
145
double [] expected = {
146
146
0.06468193804916589 , 0.44170328686673477 , 0.06711059208157763 , 0.6278720842445181
147
147
};
0 commit comments