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

Method NodesAcrossFeatureMaps

tensorflow/stream_executor/dnn.cc:412–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412int64 BatchDescriptor::NodesAcrossFeatureMaps() const {
413 return NodesPerFeatureMap() * feature_map_count();
414}
415
416int64 BatchDescriptor::ElementCount() const {
417 return count() * feature_map_count() * NodesPerFeatureMap();

Callers 4

DoMatMulMethod · 0.80
DoMatMulMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected