Home
last modified time | relevance | path

Searched defs:TF_ImportGraphDefResults (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_internal.h144 struct TF_ImportGraphDefResults { struct
145 std::vector<TF_Output> return_tensors;
146 std::vector<TF_Operation*> return_nodes;
147 std::vector<const char*> missing_unused_key_names;
148 std::vector<int> missing_unused_key_indexes;
151 std::list<tensorflow::string> missing_unused_key_names_data;
Dc_api.h802 typedef struct TF_ImportGraphDefResults TF_ImportGraphDefResults; typedef