Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dtf_session.i203 %unignore GetOperationInputs;
205 %noexception GetOperationInputs;
209 %typemap(out) std::vector<TF_Output> tensorflow::GetOperationInputs {
Dtf_session_helper.h190 std::vector<TF_Output> GetOperationInputs(TF_Operation* oper);
Dtf_session_helper.cc550 std::vector<TF_Output> GetOperationInputs(TF_Operation* oper) { in GetOperationInputs() function
/external/tensorflow/tensorflow/python/framework/
Dops.py2363 tf_outputs = c_api.GetOperationInputs(self._c_op)