Searched refs:MakeExactCopy (Results 1 – 3 of 3) sorted by relevance
165 absl::Status MakeExactCopy(GraphFloat32* model) const;
307 absl::Status GraphFloat32::MakeExactCopy(GraphFloat32* model) const { in MakeExactCopy() function in tflite::gpu::GraphFloat32
112 RETURN_IF_ERROR(graph.MakeExactCopy(&compiled_graph_)); in Compile()