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.h146 struct TF_ImportGraphDefResults { struct
147 std::vector<TF_Output> return_tensors;
148 std::vector<TF_Operation*> return_nodes;
149 std::vector<const char*> missing_unused_key_names;
150 std::vector<int> missing_unused_key_indexes;
153 std::list<tensorflow::string> missing_unused_key_names_data;
Dc_api.h957 typedef struct TF_ImportGraphDefResults TF_ImportGraphDefResults; typedef