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

Method GetPlan

tensorflow/stream_executor/rocm/rocm_fft.h:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 // Get FFT direction in hipFFT based on FFT type.
56 int GetFftDirection() const;
57 hipfftHandle GetPlan() const {
58 if (IsInitialized()) {
59 return plan_;
60 } else {
61 LOG(FATAL) << "Try to get hipfftHandle value before initialization.";
62 }
63 }
64
65 // Initialize function for batched plan
66 port::Status Initialize(GpuExecutor *parent, Stream *stream, int rank,

Callers 2

DoFftInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected