Searched defs:Relu6Grad (Results 1 – 5 of 5) sorted by relevance
77 struct Relu6Grad { struct83 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator()
93 Status Relu6Grad(const AttrSlice& attrs, FunctionDef* g) { in Relu6Grad() function
164 TEST_F(NNGradTest, Relu6Grad) { in TEST_F() argument
3817 TEST_F(OpTest, Relu6Grad) { in TEST_F() argument
36431 func Relu6Grad(scope *Scope, gradients tf.Output, features tf.Output) (backprops tf.Output) { func