Searched refs:NamedTensorList (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_runner.h | 57 typedef std::vector<std::pair<string, Tensor>> NamedTensorList; typedef 59 const NamedTensorList& inputs,
|
D | direct_session.h | 67 typedef std::vector<std::pair<string, Tensor>> NamedTensorList; typedef 72 ::tensorflow::Status Run(const NamedTensorList& inputs, 79 const NamedTensorList& inputs, 91 ::tensorflow::Status PRun(const string& handle, const NamedTensorList& inputs,
|
D | graph_runner.cc | 102 const NamedTensorList& inputs, in Run()
|
D | direct_session.cc | 423 Status DirectSession::Run(const NamedTensorList& inputs, in Run() 729 const NamedTensorList& inputs, in Run() 913 Status DirectSession::PRun(const string& handle, const NamedTensorList& inputs, in PRun() 1039 Status DirectSession::SendPRunInputs(const NamedTensorList& inputs, in SendPRunInputs() 1124 Status DirectSession::CheckFetch(const NamedTensorList& feeds, in CheckFetch()
|