Mark Conv3D to be not quantizable

PiperOrigin-RevId: 361254049
Change-Id: I8b4ff148912766020f107cb045f5bab52092f71c
This commit is contained in:
Feng Liu 2021-03-05 17:03:35 -08:00 committed by TensorFlower Gardener
parent d7634bbfaf
commit 182c5c6f2a

View File

@ -4634,6 +4634,7 @@ Read variable data identified by 'resource_id'.
def TFL_Conv3DOp : TFL_Op<"conv_3d", [
NoSideEffect,
NoQuantizableResult,
AccumulatorUniformScale<2, 0, 1>,
TFL_OperandHasRank<0, 5>,
TFL_OperandHasRank<1, 5>,