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

Method Set

tensorflow/lite/tools/benchmark/benchmark_params.cc:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void BenchmarkParams::Set(const BenchmarkParams& other) {
57 for (const auto& param : params_) {
58 const BenchmarkParam* other_param = other.GetParam(param.first);
59 if (other_param == nullptr) continue;
60 param.second->Set(*other_param);
61 }
62}
63
64} // namespace benchmark
65} // namespace tflite

Callers 2

RunMethod · 0.45
BuildEagerOpMethod · 0.45

Calls 1

GetParamMethod · 0.80

Tested by

no test coverage detected