Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.cc1735 TF_ImportGraphDefResults* tf_results, in GraphImportGraphDefLocked() argument
1751 DCHECK(tf_results->return_tensors.empty()); in GraphImportGraphDefLocked()
1752 tf_results->return_tensors.resize(results.return_tensors.size()); in GraphImportGraphDefLocked()
1754 tf_results->return_tensors[i].oper = in GraphImportGraphDefLocked()
1756 tf_results->return_tensors[i].index = results.return_tensors[i].second; in GraphImportGraphDefLocked()
1760 DCHECK(tf_results->return_nodes.empty()); in GraphImportGraphDefLocked()
1761 tf_results->return_nodes.resize(results.return_nodes.size()); in GraphImportGraphDefLocked()
1763 tf_results->return_nodes[i] = ToOperation(results.return_nodes[i]); in GraphImportGraphDefLocked()
1767 DCHECK(tf_results->missing_unused_key_names.empty()); in GraphImportGraphDefLocked()
1768 DCHECK(tf_results->missing_unused_key_indexes.empty()); in GraphImportGraphDefLocked()
[all …]