Skip to content

Commit

Permalink
Revert "Add FlipLeftRight NodeJS kernel. (#5261)" (#5263)
Browse files Browse the repository at this point in the history
This reverts commit a54ad86.
  • Loading branch information
jinjingforever committed Jun 29, 2021
1 parent 822e052 commit 0fd9b3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
31 changes: 0 additions & 31 deletions tfjs-node/src/kernels/FlipLeftRight.ts

This file was deleted.

2 changes: 0 additions & 2 deletions tfjs-node/src/register_all_kernels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import {expandDimsConfig} from './kernels/ExpandDims';
import {expm1Config} from './kernels/Expm1';
import {FFTConfig} from './kernels/FFT';
import {fillConfig} from './kernels/Fill';
import {flipLeftRightConfig} from './kernels/FlipLeftRight';
import {floorConfig} from './kernels/Floor';
import {floorDivConfig} from './kernels/FloorDiv';
import {fusedBatchNormConfig} from './kernels/FusedBatchNorm';
Expand Down Expand Up @@ -229,7 +228,6 @@ const kernelConfigs: KernelConfig[] = [
expandDimsConfig,
expm1Config,
fillConfig,
flipLeftRightConfig,
floorConfig,
floorDivConfig,
fusedBatchNormConfig,
Expand Down
2 changes: 1 addition & 1 deletion tfjs-node/src/run_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const IGNORE_LIST: string[] = [
'conv2dTranspose test-tensorflow {} input=3x3x1,d2=1,f=2,s=2,p=explicit',
// tslint:disable-next-line:max-line-length
'conv2dTranspose test-tensorflow {} gradient input=[1,3,3,1] f=[2,2,2,1] s=[1,1] p=explicit',
'maxPoolWithArgmax', 'rotate', 'unique',
'maxPoolWithArgmax', 'rotate', 'flipLeftRight', 'unique',
// libtensorflow does not yet support tf.matmul with broadcast
'broadcast with unequal batch dims', 'broadcast with unequal ranks',
// Node backend which uses TF 2.4.0 doesn't support explicit padding
Expand Down

0 comments on commit 0fd9b3b

Please sign in to comment.