rephrase wording
This commit is contained in:
parent
786c85a58b
commit
8cc5a3a9de
tensorflow/core/kernels
@ -178,7 +178,7 @@ template <typename T>
|
||||
struct DepthToSpaceOpFunctor<CPUDevice, T, FORMAT_NCHW> {
|
||||
void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input,
|
||||
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
|
||||
|
@ -194,7 +194,7 @@ template <typename T>
|
||||
struct SpaceToDepthOpFunctor<CPUDevice, T, FORMAT_NCHW> {
|
||||
void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user