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

Method DoPoolBackward

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

Source from the content-addressed store, hash-verified

3630}
3631
3632bool MIOpenSupport::DoPoolBackward(
3633 Stream* stream, const dnn::PoolingDescriptor& pooling_dimensions,
3634 const dnn::BatchDescriptor& input_dimensions,
3635 const DeviceMemory<double>& input_data,
3636 const dnn::BatchDescriptor& output_dimensions,
3637 const DeviceMemory<double>& output_data,
3638 const DeviceMemory<double>& input_diff_data,
3639 DeviceMemory<double>* output_diff_data,
3640 ScratchAllocator* workspace_allocator) {
3641 LOG(ERROR) << "miopen does not support backward pooling on double type yet";
3642 return false;
3643}
3644
3645bool MIOpenSupport::DoPoolBackward(
3646 Stream* stream, const dnn::PoolingDescriptor& pooling_dimensions,

Callers

nothing calls this directly

Calls 9

full_dimsMethod · 0.80
opaqueMethod · 0.80
ToStringFunction · 0.70
transformFunction · 0.50
GetHandleMethod · 0.45
handleMethod · 0.45
AllocateBytesMethod · 0.45
okMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected