Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dcluster.cc19 void Cluster::SetGraphDefInfo(const tensorflow::GraphDef* graph_def) { in SetGraphDefInfo() function in toco::Cluster
Dcluster.h48 void SetGraphDefInfo(const tensorflow::GraphDef* graph_def);
Dresolve_svdf.cc274 cluster->SetGraphDefInfo(&graph_def); in CreateCluster()