| 423 | } |
| 424 | |
| 425 | int64 BatchDescriptor::FullyConnectedBiasCount(const BatchDescriptor& output) { |
| 426 | return output.NodesAcrossFeatureMaps(); |
| 427 | } |
| 428 | |
| 429 | BatchDescriptor BatchDescriptor::DepthConcatenateOutputDescriptor( |
| 430 | port::ArraySlice<dnn::BatchDescriptor> inputs) { |
nothing calls this directly
no test coverage detected