HomeSort by relevance Sort by last modified time
    Searched refs:ClusterFactoryInterface (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
resolve_cluster.h 36 const std::vector<ClusterFactoryInterface*>& cluster_factories);
50 bool FindCluster(const ClusterFactoryInterface& cluster_factory,
cluster.h 87 class ClusterFactoryInterface {
89 virtual ~ClusterFactoryInterface() {}
resolve_svdf.h 67 class SvdfClusterFactory : public ClusterFactoryInterface {
resolve_cluster.cc 63 bool FindCluster(const ClusterFactoryInterface& cluster_factory,
89 const std::vector<ClusterFactoryInterface*>& cluster_factories) {
101 for (const ClusterFactoryInterface* cluster_factory : cluster_factories) {
140 std::vector<ClusterFactoryInterface*> cluster_factories;

Completed in 151 milliseconds