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

Method ndims

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

Source from the content-addressed store, hash-verified

639 PadAlignment pad_alignment() const { return PadAlignment::kDefault; }
640 int group_count() const { return proto_.group_count(); }
641 int ndims() const { return padding().size(); }
642 bool convolution_not_crosscorr() const {
643 return proto_.convolution_mode() == ConvolutionMode::CONVOLUTION;
644 }

Callers

nothing calls this directly

Calls 2

paddingFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected