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

Function Not

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

Source from the content-addressed store, hash-verified

3287}
3288
3289XlaOp Not(const XlaOp operand) {
3290 return operand.builder()->UnaryOp(HloOpcode::kNot, operand);
3291}
3292
3293XlaOp PopulationCount(const XlaOp operand) {
3294 return operand.builder()->UnaryOp(HloOpcode::kPopulationCount, operand);

Callers 15

unary_ops.ccFile · 0.85
operator()Method · 0.85
TESTFunction · 0.85
ExplainFunction · 0.85
operator~Function · 0.85
TEST_FFunction · 0.85
IgammaFunction · 0.85
IgammaGradAFunction · 0.85
RandomGammaGradFunction · 0.85
IgammacFunction · 0.85
HandleNotMethod · 0.85
TEST_FFunction · 0.85

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 15

TESTFunction · 0.68
ExplainFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ExplainFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ExplainFunction · 0.68
TEST_FFunction · 0.68
TestMatchWithAllTypesMethod · 0.68