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

Method GPUBFCAllocator

tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.cc:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76GPUBFCAllocator::GPUBFCAllocator(GPUMemAllocator* sub_allocator,
77 size_t total_memory, const string& name)
78 : GPUBFCAllocator(sub_allocator, total_memory, GPUOptions(), name) {}
79
80GPUBFCAllocator::GPUBFCAllocator(GPUMemAllocator* sub_allocator,
81 size_t total_memory,

Callers

nothing calls this directly

Calls 1

GPUOptionsClass · 0.85

Tested by

no test coverage detected