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

Method Create

tensorflow/lite/delegates/gpu/cl/kernels/hard_swish.h:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class HardSwish : public ElementwiseOperation {
32 public:
33 static std::unique_ptr<HardSwish> Create(const OperationDef& op_def) {
34 auto h_swish = absl::make_unique<HardSwish>(op_def);
35 h_swish->SetLinkIndex(0);
36 return h_swish;
37 }
38
39 HardSwish() = delete;
40 explicit HardSwish(const OperationDef& op_def)

Callers

nothing calls this directly

Calls 1

SetLinkIndexMethod · 0.45

Tested by

no test coverage detected