Searched defs:OutputTensors (Results 1 – 2 of 2) sorted by relevance
37 struct OutputTensors { struct38 std::vector<std::string> output_tensor_names;39 std::vector<tensorflow::Tensor> output_tensors;
393 using OutputTensors = std::vector<std::pair<LayerBindingId, class Tensor>>; typedef