Searched defs:Subgraph (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ | ||
D | subgraph.h | 48 explicit Subgraph(Identity id) : id_(std::move(id)), hash_(id_.Hash()) {} in Subgraph() function |
D | subgraph.cc | 112 Subgraph::Subgraph(const Identity& parent_id, GenNode* add_node) in Subgraph() function in tensorflow::grappler::graph_analyzer::Subgraph |
/external/tensorflow/tensorflow/core/graph/ | ||
D | subgraph_test.cc | 107 string Subgraph(const string& fed_str, const string& fetch_str, in Subgraph() function in tensorflow::__anon58a5c0460111::SubgraphTest |
/external/tensorflow/tensorflow/lite/core/ | ||
D | subgraph.cc | 139 Subgraph::Subgraph(ErrorReporter* error_reporter, in Subgraph() function in tflite::Subgraph |
/external/tensorflow/tensorflow/compiler/jit/ | ||
D | encapsulate_subgraphs_pass.cc | 240 class Subgraph { class in tensorflow::__anonbc9ea6eb0211::Encapsulator |