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

Method valid

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

Source from the content-addressed store, hash-verified

82size_t FileCopyAllocation::bytes() const { return buffer_size_bytes_; }
83
84bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; }
85#endif
86
87MemoryAllocation::MemoryAllocation(const void* ptr, size_t num_bytes,

Callers 2

TESTFunction · 0.45
FlatBufferModelMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36