Home
last modified time | relevance | path

Searched defs:VarLenTensorBuffer (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Dparse_example_op.h35 struct VarLenTensorBuffer { struct
36 std::vector<std::shared_ptr<Tensor>> numeric_tensor; // store the minibatch of numeric tensors
37 std::vector<std::string> string_tensor; // store the minibatch of strings
38 size_t string_length; // store the lengtn of string in minibatch