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