Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc28 struct OperatorDetails { struct
29 uint32_t subgraph_index;
30 uint32_t node_index;
31 std::string op_description;
32 std::vector<std::string> inputs;
33 std::vector<std::string> outputs;