srik-git

Results 2 issues of srik-git

Hi, I want to use this plugin to test Cassandra 2.2 using native transport. Is there a way to use this with DataStax native driver (neither A6x nor thrift but...

def __mul__(self, other): other = other if isinstance(other, Value) else Value(other) out = Value(self.data * other.data, (self, other), '*') def _backward(): self.grad += other.data * out.grad other.grad += self.data *...