Searched defs:TensorChunk (Results 1 – 1 of 1) sorted by relevance
124 struct TensorChunk { struct125 size_t size{0}; // chunk size in the number of elements.126 size_t bytes{0}; // chunk size in bytes.127 std::vector<BaseTensorPtr> tensors; // tensors belong to this chunk.