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.h152 struct TF_ImportGraphDefResults { struct
153 std::vector<TF_Output> return_tensors;
154 std::vector<TF_Operation*> return_nodes;
155 std::vector<const char*> missing_unused_key_names;
156 std::vector<int> missing_unused_key_indexes;
159 std::list<tensorflow::string> missing_unused_key_names_data;
Dc_api.h1006 typedef struct TF_ImportGraphDefResults TF_ImportGraphDefResults; typedef