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

Function CreateUpsample

tensorflow/lite/delegates/gpu/cl/kernels/upsample.cc:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138Upsample CreateUpsample(const OperationDef& definition,
139 const Upsample2DAttributes& attr) {
140 return Upsample(definition, attr);
141}
142
143} // namespace cl
144} // namespace gpu

Callers 2

SelectUpsamplingFunction · 0.85
TEST_FFunction · 0.85

Calls 1

UpsampleClass · 0.70

Tested by 1

TEST_FFunction · 0.68