Searched refs:LeftShift (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dbinary_ops.cc107 XLA_MAKE_BINARY(LeftShift, b->ShiftLeft(lhs, rhs, extend_dimensions));
/external/python/cpython2/Lib/compiler/
H A Dast.py803 class LeftShift(Node): class in inherits:Node
816 return "LeftShift((%s, %s))" % (repr(self.left), repr(self.right))
H A Dtransformer.py675 node = LeftShift([node, right], lineno=nodelist[1][2])

Completed in 501 milliseconds