Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.cc2000 TF_ImportGraphDefResults* tf_results, in GraphImportGraphDefLocked() argument
2016 DCHECK(tf_results->return_tensors.empty()); in GraphImportGraphDefLocked()
2017 tf_results->return_tensors.resize(results.return_tensors.size()); in GraphImportGraphDefLocked()
2019 tf_results->return_tensors[i].oper = in GraphImportGraphDefLocked()
2021 tf_results->return_tensors[i].index = results.return_tensors[i].second; in GraphImportGraphDefLocked()
2025 DCHECK(tf_results->return_nodes.empty()); in GraphImportGraphDefLocked()
2026 tf_results->return_nodes.resize(results.return_nodes.size()); in GraphImportGraphDefLocked()
2028 tf_results->return_nodes[i] = ToOperation(results.return_nodes[i]); in GraphImportGraphDefLocked()
2032 DCHECK(tf_results->missing_unused_key_names.empty()); in GraphImportGraphDefLocked()
2033 DCHECK(tf_results->missing_unused_key_indexes.empty()); in GraphImportGraphDefLocked()
[all …]