Home
last modified time | relevance | path

Searched refs:InsertCopyOperator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dremove_trivial_passthrough.cc125 InsertCopyOperator(model, main_input_name, output_name); in RemoveTrivialPassthroughOp()
H A Dquantize.cc618 InsertCopyOperator(model, dequantize_op->inputs[0], in Run()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dtooling_util.h195 void InsertCopyOperator(Model* model, const std::string& source_array_name,
H A Dtooling_util.cc1299 InsertCopyOperator(model, intermediate_array_name, output_array_name); in FixEdgeArrays()
1385 void InsertCopyOperator(Model* model, const std::string& source_array_name, in InsertCopyOperator() function