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

Method spatial_dim

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

Source from the content-addressed store, hash-verified

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_; }
314 float value_min() const { return value_min_; }

Callers

nothing calls this directly

Calls 1

GetDimFunction · 0.85

Tested by

no test coverage detected