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

Function Round

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

Source from the content-addressed store, hash-verified

3428 return operand.builder()->UnaryOp(HloOpcode::kCeil, operand);
3429}
3430XlaOp Round(const XlaOp operand) {
3431 return operand.builder()->UnaryOp(HloOpcode::kRoundNearestAfz, operand);
3432}
3433XlaOp Log(const XlaOp operand) {
3434 return operand.builder()->UnaryOp(HloOpcode::kLog, operand);
3435}

Callers 4

XlaNudgeFunction · 0.50
XLA_TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 3

XLA_TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40