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

Method bytes

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

Source from the content-addressed store, hash-verified

80const void* FileCopyAllocation::base() const { return copied_buffer_.get(); }
81
82size_t FileCopyAllocation::bytes() const { return buffer_size_bytes_; }
83
84bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; }
85#endif

Callers 6

testWithPythonBase64Method · 0.45
testShapeMethod · 0.45
testInvalidInputMethod · 0.45
TESTFunction · 0.45
AddTensorMethod · 0.45

Calls

no outgoing calls

Tested by 4

testWithPythonBase64Method · 0.36
testShapeMethod · 0.36
testInvalidInputMethod · 0.36
TESTFunction · 0.36