Mark Conv3D to be not quantizable
PiperOrigin-RevId: 361254049 Change-Id: I8b4ff148912766020f107cb045f5bab52092f71c
This commit is contained in:
parent
d7634bbfaf
commit
182c5c6f2a
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user