Home
last modified time | relevance | path

Searched refs:FindClusterInputsAndOutputs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dcluster.cc28 bool Cluster::FindClusterInputsAndOutputs() { in FindClusterInputsAndOutputs() function in toco::Cluster
Dcluster.h63 bool FindClusterInputsAndOutputs();
Dresolve_svdf.cc275 CHECK(cluster->FindClusterInputsAndOutputs()); in CreateCluster()