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

Method SetLinkIndex

tensorflow/lite/delegates/gpu/cl/kernels/prelu.cc:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void PReLU::SetLinkIndex(int index) {
49 clip_.SetName(absl::StrCat("prelu_clip", index));
50 alpha_.SetName(absl::StrCat("prelu_alpha_", index));
51}
52
53std::string PReLU::GetCoreCode(const std::string& src,
54 const std::string& z_coord,

Callers 1

CreatePReLUFunction · 0.45

Calls 2

StrCatFunction · 0.50
SetNameMethod · 0.45

Tested by

no test coverage detected