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

Method feature_map_count

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

Source from the content-addressed store, hash-verified

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); }
311 int64 spatial_dim(DimIndex dim) const { return GetDim(spatial_size(), dim); }

Callers 13

stream.ccFile · 0.80
DoMatMulMethod · 0.80
DoBiasAddMethod · 0.80
DoDepthConcatenateMethod · 0.80
CudnnTensorDescriptorMethod · 0.80
DoConvolveMethod · 0.80
DoMatMulMethod · 0.80
DoBiasAddMethod · 0.80
DoDepthConcatenateMethod · 0.80

Calls 1

dimensionsMethod · 0.45

Tested by

no test coverage detected