Searched refs:NamedTensorList (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_runner.h | 58 typedef std::vector<std::pair<string, Tensor>> NamedTensorList; typedef 60 const NamedTensorList& inputs,
|
D | direct_session.h | 67 typedef std::vector<std::pair<string, Tensor>> NamedTensorList; typedef 74 ::tensorflow::Status Run(const NamedTensorList& inputs, 81 const NamedTensorList& inputs, 90 const NamedTensorList& inputs, const std::vector<string>& output_names, 101 ::tensorflow::Status PRun(const string& handle, const NamedTensorList& inputs,
|
D | graph_runner.cc | 104 const NamedTensorList& inputs, in Run()
|
D | direct_session.cc | 456 Status DirectSession::Run(const NamedTensorList& inputs, in Run() 820 const NamedTensorList& inputs, in Run() 830 const NamedTensorList& inputs, in Run() 1019 Status DirectSession::PRun(const string& handle, const NamedTensorList& inputs, in PRun() 1146 Status DirectSession::SendPRunInputs(const NamedTensorList& inputs, in SendPRunInputs() 1230 Status DirectSession::CheckFetch(const NamedTensorList& feeds, in CheckFetch()
|