tfjs-core icon indicating copy to clipboard operation
tfjs-core copied to clipboard

tf.linalg.bandPart

Open DirkToewe opened this issue 6 years ago • 1 comments

This is an attempt to further break down/simplify PR#1366.

(Matrix) band part is required for the backpropagation of many linear operations. Implementation should behave the same way as in Python/C/C++ Tensorflow.


This change is Reviewable

DirkToewe avatar Jan 30 '19 20:01 DirkToewe

@dsmilkov PTAL

DirkToewe avatar Feb 03 '19 10:02 DirkToewe