Searched refs:InsertCopyOperator (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | remove_trivial_passthrough.cc | 125 InsertCopyOperator(model, main_input_name, output_name); in RemoveTrivialPassthroughOp()
|
H A D | quantize.cc | 618 InsertCopyOperator(model, dequantize_op->inputs[0], in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | tooling_util.h | 195 void InsertCopyOperator(Model* model, const std::string& source_array_name,
|
H A D | tooling_util.cc | 1299 InsertCopyOperator(model, intermediate_array_name, output_array_name); in FixEdgeArrays() 1385 void InsertCopyOperator(Model* model, const std::string& source_array_name, in InsertCopyOperator() function
|