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

Function CreateSigmoid

tensorflow/lite/delegates/gpu/cl/kernels/sigmoid.cc:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Sigmoid CreateSigmoid(const OperationDef& definition) {
56 Sigmoid operation(definition);
57 operation.SetLinkIndex(0);
58 return operation;
59}
60
61} // namespace cl
62} // namespace gpu

Callers 2

SelectSigmoidFunction · 0.85
TEST_FFunction · 0.85

Calls 1

SetLinkIndexMethod · 0.45

Tested by 1

TEST_FFunction · 0.68