Searched refs:TensorMatrix (Results 1 – 2 of 2) sorted by relevance
45 typedef std::vector<std::vector<Tensor>> TensorMatrix; typedef83 std::shared_ptr<TensorMatrix> output;
152 using TensorMatrix = std::vector<std::vector<Tensor>>; typedef217 batch_components->output = std::make_shared<TensorMatrix>(); in RegisterInput()