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

Method FullyConnectedBiasCount

tensorflow/stream_executor/dnn.cc:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425int64 BatchDescriptor::FullyConnectedBiasCount(const BatchDescriptor& output) {
426 return output.NodesAcrossFeatureMaps();
427}
428
429BatchDescriptor BatchDescriptor::DepthConcatenateOutputDescriptor(
430 port::ArraySlice<dnn::BatchDescriptor> inputs) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected