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

Function CreatePoolingDescriptor

tensorflow/stream_executor/cuda/cuda_dnn.cc:516–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 return ConvolutionDescriptor(result);
515}
516PoolingDescriptor CreatePoolingDescriptor() {
517 cudnnPoolingDescriptor_t result;
518 CHECK_CUDNN_OK(cudnnCreatePoolingDescriptor(&result));
519 return PoolingDescriptor(result);
520}
521LrnDescriptor CreateLrnDescriptor() {
522 cudnnLRNDescriptor_t result;
523 CHECK_CUDNN_OK(cudnnCreateLRNDescriptor(&result));

Callers 1

Calls 1

PoolingDescriptorClass · 0.85

Tested by

no test coverage detected