提交 7171dc7f 编写于 作者: J Jianmin Chen 提交者: TensorFlower Gardener

Automated rollback of change 136224169

Change: 136668713
上级 3c44556c
......@@ -155,6 +155,9 @@ class FillOp : public OpKernel {
#define REGISTER_CPU_KERNEL(TYPE) REGISTER_KERNEL(CPU, TYPE)
TF_CALL_ALL_TYPES(REGISTER_CPU_KERNEL);
// TODO(b/28917570): Add a test for this. Currently python 3 is not happy about
// the conversion from uint8 to quint8.
REGISTER_KERNEL(CPU, quint8);
#undef REGISTER_CPU_KERNEL
#if GOOGLE_CUDA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册