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

Method SetLinkIndex

tensorflow/lite/delegates/gpu/cl/kernels/add.cc:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Add::SetLinkIndex(int index) {
116 inv_divisor_name_ = absl::StrCat("inv_divisor_", index);
117 link_index_ = index;
118}
119
120std::string Add::GetCoreCode(const std::string& src, const std::string& z_coord,
121 const std::string& address) const {

Callers 5

CreateAddFunction · 0.45
CreateMethod · 0.45
CreateAbsFunction · 0.45
CreateSigmoidFunction · 0.45
AddOperationMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected