Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h165 absl::Status MakeExactCopy(GraphFloat32* model) const;
Dmodel.cc307 absl::Status GraphFloat32::MakeExactCopy(GraphFloat32* model) const { in MakeExactCopy() function in tflite::gpu::GraphFloat32
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc112 RETURN_IF_ERROR(graph.MakeExactCopy(&compiled_graph_)); in Compile()