Searched refs:TreeAdapterLite (Results 1 – 6 of 6) sorted by relevance
22 TreeAdapterLite::TreeAdapterLite() : root_(nullptr) { tree_ = std::make_unique<ExecutionTree>(); } in TreeAdapterLite() function in mindspore::dataset::TreeAdapterLite24 Status TreeAdapterLite::BuildExecutionTreeRecur(std::shared_ptr<DatasetNode> ir, std::shared_ptr<Da… in BuildExecutionTreeRecur()52 Status TreeAdapterLite::BuildTree(std::shared_ptr<DatasetNode> root_ir) { in BuildTree()59 Status TreeAdapterLite::GetNextRow(TensorRow *const row) { in GetNextRow()
34 class TreeAdapterLite {36 TreeAdapterLite();38 ~TreeAdapterLite() = default;
29 class TreeAdapterLite; variable64 std::unique_ptr<TreeAdapterLite> tree_adapter_lite_;
20 …Consumer::PullBasedIteratorConsumer() { tree_adapter_lite_ = std::make_unique<TreeAdapterLite>(); } in PullBasedIteratorConsumer()
45 class TreeAdapterLite; variable
47 class TreeAdapterLite; variable