Searched defs:Subgraph (Results 1 – 9 of 9) sorted by relevance
61 struct Subgraph { struct63 llvm::SetVector<Operation*> all_ops;64 int subgraph_id;65 InferenceDeviceType inference_device_type;
96 struct Subgraph { struct98 CallOp call;104 available_choices;112 aggregated_cost_with_decisions;
49 explicit Subgraph(Identity id) : id_(std::move(id)), hash_(id_.Hash()) {} in Subgraph() function
112 Subgraph::Subgraph(const Identity& parent_id, GenNode* add_node) in Subgraph() function in tensorflow::grappler::graph_analyzer::Subgraph
148 tensorflow::Status RegisterFunctionDefForSubgraphs( in RegisterFunctionDefForSubgraphs()
107 string Subgraph(const string& fed_str, const string& fetch_str, in Subgraph() function in tensorflow::__anon7160ade90111::SubgraphTest
186 class Subgraph { class in tensorflow::__anon5401122e0211::Encapsulator
108 class Subgraph { class3436 Subgraph(xnn_runtime_t runtime, std::unordered_set<int>&& externals) in Subgraph() function in tflite::xnnpack::__anonc4ed48be0111::Subgraph
204 Subgraph::Subgraph(ErrorReporter* error_reporter, in Subgraph() function in tflite::Subgraph