Commit 9620dbc9 authored by aska-0096's avatar aska-0096
Browse files

cancel unnecessary change

parent f45099cd
...@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t> ...@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t>
} }
}; };
template <typename T>
struct GeneratorTensor_dec1
{
T value = 0.1;
template <typename... Is>
T operator()(Is...)
{
return value;
}
};
template <typename T> template <typename T>
struct GeneratorTensor_2 struct GeneratorTensor_2
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment