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

Method Get

tensorflow/lite/tools/benchmark/benchmark_params.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109 template <typename T>
110 T Get(const std::string& name) const {
111 AssertParamExists(name);
112 return params_.at(name)->AsTyped<T>()->Get();
113 }
114
115 // Set the value of all same parameters from 'other'.
116 void Set(const BenchmarkParams& other);

Callers 7

IsConstantTensorFunction · 0.45
VerifyTensorsFunction · 0.45
SetMethod · 0.45
ImportTensorsFunction · 0.45
ImportOperatorsFunction · 0.45
TEST_FFunction · 0.45

Calls 1

atMethod · 0.45

Tested by 1

TEST_FFunction · 0.36