Searched defs:ReluGrad (Results 1 – 6 of 6) sorted by relevance
41 struct ReluGrad { struct48 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator()
89 struct ReluGrad<Device, Eigen::half> { struct96 void operator()(const Device& d, in operator ()()
75 Status ReluGrad(const AttrSlice& attrs, FunctionDef* g) { in ReluGrad() function
141 TEST_F(NNGradTest, ReluGrad) { in TEST_F() argument
2651 TEST_F(OpTest, ReluGrad) { in TEST_F() argument
8582 func ReluGrad(scope *Scope, gradients tf.Output, features tf.Output) (backprops tf.Output) { func