| 410 | } |
| 411 | |
| 412 | int64 BatchDescriptor::NodesAcrossFeatureMaps() const { |
| 413 | return NodesPerFeatureMap() * feature_map_count(); |
| 414 | } |
| 415 | |
| 416 | int64 BatchDescriptor::ElementCount() const { |
| 417 | return count() * feature_map_count() * NodesPerFeatureMap(); |
no outgoing calls
no test coverage detected