Home
last modified time | relevance | path

Searched refs:bytesRequired (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfScalarType.py26 def bytesRequired(width): member in EbpfScalarType
80 EbpfScalarType.bytesRequired(self.width))
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc931 size_t bytesRequired; in ResizeTensorImpl() local
933 new_size->size, &bytesRequired); in ResizeTensorImpl()
940 TfLiteTensorRealloc(bytesRequired, tensor); in ResizeTensorImpl()
941 tensor->bytes = bytesRequired; in ResizeTensorImpl()