Add Conj op to flex's whitelist
PiperOrigin-RevId: 306943019 Change-Id: I24c1dd2ac20824506dcbe241ac71cdc9e552b78e
This commit is contained in:
parent
d5743e269c
commit
1bbc26d375
@ -6654,6 +6654,7 @@ filegroup(
|
||||
"cwise_op_bitwise_and.cc",
|
||||
"cwise_op_bitwise_or.cc",
|
||||
"cwise_op_bitwise_xor.cc",
|
||||
"cwise_op_conj.cc",
|
||||
"cwise_op_cos.cc",
|
||||
"cwise_op_cosh.cc",
|
||||
"cwise_op_div.cc",
|
||||
|
@ -76,6 +76,7 @@ bool IsWhitelistedFlexOp(const std::string& tensorflow_op_name) {
|
||||
"Concat",
|
||||
"ConcatOffset",
|
||||
"ConcatV2",
|
||||
"Conj",
|
||||
"ConjugateTranspose",
|
||||
"Const",
|
||||
"ControlTrigger",
|
||||
|
Loading…
Reference in New Issue
Block a user