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

Method ElementCount

tensorflow/stream_executor/dnn.cc:416–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416int64 BatchDescriptor::ElementCount() const {
417 return count() * feature_map_count() * NodesPerFeatureMap();
418}
419
420int64 BatchDescriptor::FullyConnectedWeightCount(
421 const BatchDescriptor& input, const BatchDescriptor& output) {

Callers 15

GetSubBufferMethod · 0.45
HostOrDeviceScalarMethod · 0.45
HostOrDeviceScalarMethod · 0.45
DoMatMulMethod · 0.45
DoBiasAddMethod · 0.45
DoDepthConcatenateMethod · 0.45
DoMatMulMethod · 0.45
DoBiasAddMethod · 0.45
DoDepthConcatenateMethod · 0.45

Calls 1

countFunction · 0.85

Tested by 1

CompareEqualBuffersMethod · 0.36