rephrase wording
This commit is contained in:
parent
786c85a58b
commit
8cc5a3a9de
@ -178,7 +178,7 @@ template <typename T>
|
|||||||
struct DepthToSpaceOpFunctor<CPUDevice, T, FORMAT_NCHW> {
|
struct DepthToSpaceOpFunctor<CPUDevice, T, FORMAT_NCHW> {
|
||||||
void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input,
|
void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input,
|
||||||
int block_size, typename TTypes<T, 4>::Tensor output) {
|
int block_size, typename TTypes<T, 4>::Tensor output) {
|
||||||
LOG(FATAL) << "dummy implementation to make debug build compile";
|
LOG(FATAL) << "Trivial implementation to make debug build compile.";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
@ -194,7 +194,7 @@ template <typename T>
|
|||||||
struct SpaceToDepthOpFunctor<CPUDevice, T, FORMAT_NCHW> {
|
struct SpaceToDepthOpFunctor<CPUDevice, T, FORMAT_NCHW> {
|
||||||
void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input,
|
void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input,
|
||||||
int block_size, typename TTypes<T, 4>::Tensor output) {
|
int block_size, typename TTypes<T, 4>::Tensor output) {
|
||||||
LOG(FATAL) << "dummy implementation to make debug build compile";
|
LOG(FATAL) << "Trivial implementation to make debug build compile.";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user