| 193 | } |
| 194 | |
| 195 | Weights CaffeWeightFactory::getNullWeights() |
| 196 | { |
| 197 | return Weights{mDataType, nullptr, 0}; |
| 198 | } |
| 199 | |
| 200 | Weights CaffeWeightFactory::allocateWeights(int64_t elems, std::uniform_real_distribution<float> distribution) |
| 201 | { |
no outgoing calls
no test coverage detected