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

Function Floor

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

Source from the content-addressed store, hash-verified

3422 return operand.builder()->UnaryOp(HloOpcode::kExpm1, operand);
3423}
3424XlaOp Floor(const XlaOp operand) {
3425 return operand.builder()->UnaryOp(HloOpcode::kFloor, operand);
3426}
3427XlaOp Ceil(const XlaOp operand) {
3428 return operand.builder()->UnaryOp(HloOpcode::kCeil, operand);
3429}

Callers 3

LgammaFunction · 0.50
DigammaFunction · 0.50
RoundToEvenFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected