| 346 | } |
| 347 | |
| 348 | void BatchDescriptor::CloneFrom(const BatchDescriptor& other) { |
| 349 | tensor_ = other.tensor_; |
| 350 | value_max_ = other.value_max_; |
| 351 | value_min_ = other.value_min_; |
| 352 | quantized_activation_mode_ = other.quantized_activation_mode_; |
| 353 | } |
| 354 | |
| 355 | string BatchDescriptor::ToString() const { |
| 356 | string spatial; |
no outgoing calls
no test coverage detected