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

Method AllocateRaw

tensorflow/core/framework/allocator.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 string Name() override { return wrapped_->Name(); }
244
245 void* AllocateRaw(size_t alignment, size_t num_bytes) override {
246 return wrapped_->AllocateRaw(alignment, num_bytes);
247 }
248
249 void* AllocateRaw(size_t alignment, size_t num_bytes,
250 const AllocationAttributes& allocation_attr) override {

Callers

nothing calls this directly

Calls 1

AllocateRawMethod · 0.45

Tested by

no test coverage detected