MCPcopy Create free account
hub / github.com/Samsung/ONE / buffer

Method buffer

compiler/circle-eval-diff/src/Tensor.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 template <loco::DataType DT> const typename loco::DataTypeImpl<DT>::Type &at(uint32_t n) const;
72 template <loco::DataType DT> typename loco::DataTypeImpl<DT>::Type &at(uint32_t n);
73 uint8_t *buffer(void) { return _data.data(); }
74 uint32_t byte_size(void) const { return _data.size(); }
75
76private:

Callers 12

buffer_infoMethod · 0.45
generate_recipeFunction · 0.45
fillerMethod · 0.45
fillerMethod · 0.45
tensor_buffer_sizeFunction · 0.45
runMethod · 0.45
dump_sub_graphFunction · 0.45
dump_modelFunction · 0.45
getMethod · 0.45
interpretFunction · 0.45
evalDiffMethod · 0.45
runMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected