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

Method width

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

Source from the content-addressed store, hash-verified

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); }
312 int ndims() const { return spatial_size().size(); }
313 float value_max() const { return value_max_; }

Callers 8

stream.ccFile · 0.45
DoMatMulMethod · 0.45
DoDepthConcatenateMethod · 0.45
CudnnTensorDescriptorMethod · 0.45
DoConvolveMethod · 0.45
DoMatMulMethod · 0.45
DoDepthConcatenateMethod · 0.45

Calls 1

GetDimFunction · 0.85

Tested by

no test coverage detected