def test_recipr(self): my_graph = ad.Recipr(self.my_w0) tf_graph = tf.reciprocal(self.tf_w0) wrt_vars = [self.my_w0] tf_vars = [self.tf_w0] utils.custom_test(self, my_graph, wrt_vars, tf_graph, tf_vars)