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

Method handle

tensorflow/stream_executor/rocm/rocm_dnn.cc:107–107  ·  view source on GitHub ↗

Returns MIOpen handle. To be passed directly to MIOpen APIs, don't keep a copy.

Source from the content-addressed store, hash-verified

105 // Returns MIOpen handle. To be passed directly to MIOpen APIs, don't keep
106 // a copy.
107 miopenHandle_t handle() const { return handle_; }
108
109 private:
110 gpu::ScopedActivateExecutorContext context_;

Callers 15

params_handleMethod · 0.45
CheckRNNParameterSizeFunction · 0.45
CreateRnnWorkspaceFunction · 0.45
DoRnnForwardImplMethod · 0.45
DoRnnBackwardImplMethod · 0.45
createRnnDescriptorMethod · 0.45
MaybeTransformLayoutFunction · 0.45
DoConvolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected