Home
last modified time | relevance | path

Searched refs:TensorMatrix (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_input_task_test.cc61 using TensorMatrix = std::vector<std::vector<Tensor>>; typedef
158 batch_task->output = std::make_shared<TensorMatrix>(); in TEST_F()
Dbatch_resource_base.h47 typedef std::vector<std::vector<Tensor>> TensorMatrix; typedef
85 std::shared_ptr<TensorMatrix> output;
Dbatch_resource_base.cc233 using TensorMatrix = std::vector<std::vector<Tensor>>; typedef
314 batch_components->output = std::make_shared<TensorMatrix>(); in RegisterInput()