Home
last modified time | relevance | path

Searched refs:NamedTensorList (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_runner.h57 typedef std::vector<std::pair<string, Tensor>> NamedTensorList; typedef
59 const NamedTensorList& inputs,
Ddirect_session.h67 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,
Dgraph_runner.cc102 const NamedTensorList& inputs, in Run()
Ddirect_session.cc423 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()