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

Function CreateAbs

tensorflow/lite/delegates/gpu/cl/kernels/abs.cc:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40Abs CreateAbs(const OperationDef& definition) {
41 Abs operation(definition);
42 operation.SetLinkIndex(0);
43 return operation;
44}
45
46} // namespace cl
47} // namespace gpu

Callers 2

SelectAbsFunction · 0.85
TEST_FFunction · 0.85

Calls 1

SetLinkIndexMethod · 0.45

Tested by 1

TEST_FFunction · 0.68