MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator<<

Function operator<<

tensorflow/compiler/xla/client/xla_builder.cc:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84XlaOp operator|(XlaOp x, XlaOp y) { return Or(x, y); }
85XlaOp operator^(XlaOp x, XlaOp y) { return Xor(x, y); }
86XlaOp operator<<(XlaOp x, XlaOp y) { return ShiftLeft(x, y); }
87
88XlaOp operator>>(XlaOp x, XlaOp y) {
89 XlaBuilder* builder = x.builder();

Callers

nothing calls this directly

Calls 1

ShiftLeftFunction · 0.85

Tested by

no test coverage detected