Searched refs:TensorMatrix (Results 1 – 3 of 3) sorted by relevance
61 using TensorMatrix = std::vector<std::vector<Tensor>>; typedef158 batch_task->output = std::make_shared<TensorMatrix>(); in TEST_F()
47 typedef std::vector<std::vector<Tensor>> TensorMatrix; typedef85 std::shared_ptr<TensorMatrix> output;
233 using TensorMatrix = std::vector<std::vector<Tensor>>; typedef314 batch_components->output = std::make_shared<TensorMatrix>(); in RegisterInput()