[1] Review comments handled
This commit is contained in:
parent
e18887c9c4
commit
155e74fc4d
@ -170,11 +170,11 @@ TEST_P(ConvolutionOpTest, SimpleTestFloat32) {
|
||||
}));
|
||||
}
|
||||
|
||||
TEST_P(ConvolutionOpTest, SimpleTestFloat32NumThread1) {
|
||||
TEST_P(ConvolutionOpTest, SimpleTestFloat32SingleThreaded) {
|
||||
ConvolutionOpModel m(GetRegistration(), {TensorType_FLOAT32, {2, 2, 4, 1}},
|
||||
{TensorType_FLOAT32, {3, 2, 2, 1}},
|
||||
{TensorType_FLOAT32, {}}, 2, 2, Padding_VALID,
|
||||
ActivationFunctionType_NONE, 1, 1, 1);
|
||||
ActivationFunctionType_NONE, 1, 1, /*num_threads=*/1);
|
||||
|
||||
m.SetInput({
|
||||
// First batch
|
||||
|
Loading…
Reference in New Issue
Block a user