Home
last modified time | relevance | path

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

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