Searched defs:VarLenTensorBuffer (Results 1 – 1 of 1) sorted by relevance
35 struct VarLenTensorBuffer { struct36 std::vector<std::shared_ptr<Tensor>> numeric_tensor; // store the minibatch of numeric tensors37 std::vector<std::string> string_tensor; // store the minibatch of strings38 size_t string_length; // store the lengtn of string in minibatch