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

Function CreateAdd

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

Source from the content-addressed store, hash-verified

190}
191
192Add CreateAdd(const OperationDef& definition, const std::vector<int>& channels,
193 int dst_channels) {
194 Add operation(definition, channels, dst_channels);
195 operation.SetLinkIndex(0);
196 return operation;
197}
198
199} // namespace cl
200} // namespace gpu

Callers 2

SelectAddFunction · 0.85
TEST_FFunction · 0.85

Calls 1

SetLinkIndexMethod · 0.45

Tested by 1

TEST_FFunction · 0.68