Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ E
Function
E
tensorflow/core/kernels/fact_op.cc:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
static constexpr uint64 kNum2 = sizeof(kFacts2) / sizeof(kFacts2[0]);
69
70
static void E(string* s) {
71
for (size_t j = 0; j < s->size(); ++j) {
72
(*s)[j] ^=
'\n'
;
73
}
74
}
75
76
class FactOpKernel : public OpKernel {
77
public:
Callers
2
Compute
Method · 0.85
D
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected