Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.h45 typedef std::vector<std::vector<Tensor>> TensorMatrix; typedef
83 std::shared_ptr<TensorMatrix> output;
Dbatch_resource_base.cc152 using TensorMatrix = std::vector<std::vector<Tensor>>; typedef
217 batch_components->output = std::make_shared<TensorMatrix>(); in RegisterInput()