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

Method count

tensorflow/stream_executor/dnn.h:307–307  ·  view source on GitHub ↗

Accessors.

Source from the content-addressed store, hash-verified

305
306 // Accessors.
307 int64 count() const { return tensor_.dimensions(0); }
308 int64 feature_map_count() const { return tensor_.dimensions(1); }
309 int64 height() const { return GetDim(spatial_size(), DimIndex::Y); }
310 int64 width() const { return GetDim(spatial_size(), DimIndex::X); }

Callers 15

GetStreamMethod · 0.45
stream.ccFile · 0.45
MicrosecondsMethod · 0.45
NanosecondsMethod · 0.45
LaunchMethod · 0.45
DoMatMulMethod · 0.45
DoDepthConcatenateMethod · 0.45
GetAnyContextMethod · 0.45
CudnnTensorDescriptorMethod · 0.45
DoConvolveMethod · 0.45

Calls 1

dimensionsMethod · 0.45

Tested by

no test coverage detected