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

Method base

tensorflow/lite/allocation.cc:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78FileCopyAllocation::~FileCopyAllocation() {}
79
80const void* FileCopyAllocation::base() const { return copied_buffer_.get(); }
81
82size_t FileCopyAllocation::bytes() const { return buffer_size_bytes_; }
83

Callers 6

TESTFunction · 0.45
CheckModelIdentifierMethod · 0.45
FlatBufferModelMethod · 0.45
DeleteUnusedTasksFunction · 0.45
AddTensorMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36