Feature Request: C++ gradient for LRN (#13987)
* WIP: added stub method and failing test * test with default bias,alpha,beta,depth_radius passes * Made changes based on code review Swapped out LRN for LRNGrad renamed to LRNGradHelper * Fixed call to LRNGrad with proper namespace * fixed function call to LRNGrad, all tests pass somehow * fixed function call to LRNGrad, tests pass * minor formatting changes based on clang-format suggestions * formatting changes and updated test based on code review * trimmed the tensor shape to prevent test timeout
Loading
Please sign in to comment