Searched refs:GetOperationInputs (Results 1 – 4 of 4) sorted by relevance
203 %unignore GetOperationInputs;205 %noexception GetOperationInputs;209 %typemap(out) std::vector<TF_Output> tensorflow::GetOperationInputs {
190 std::vector<TF_Output> GetOperationInputs(TF_Operation* oper);
550 std::vector<TF_Output> GetOperationInputs(TF_Operation* oper) { in GetOperationInputs() function
2363 tf_outputs = c_api.GetOperationInputs(self._c_op)