MCPcopy 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

68static constexpr uint64 kNum2 = sizeof(kFacts2) / sizeof(kFacts2[0]);
69
70static void E(string* s) {
71 for (size_t j = 0; j < s->size(); ++j) {
72 (*s)[j] ^= '\n';
73 }
74}
75
76class FactOpKernel : public OpKernel {
77 public:

Callers 2

ComputeMethod · 0.85
DFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected