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

Method spatial_size

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

Source from the content-addressed store, hash-verified

394
395 private:
396 absl::Span<const int64> spatial_size() const {
397 return AsInt64Slice(tensor_.dimensions()).subspan(2);
398 }
399
400 absl::Span<int64> spatial_size() {
401 return AsInt64Slice(tensor_.mutable_dimensions()).subspan(2);

Callers

nothing calls this directly

Calls 3

mutable_dimensionsMethod · 0.80
AsInt64SliceFunction · 0.70
dimensionsMethod · 0.45

Tested by

no test coverage detected