Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_trivial_passthrough.cc129 InsertCopyOperator(model, main_input_name, output_name); in RemoveTrivialPassthroughOp()
Dquantize.cc569 InsertCopyOperator(model, dequantize_op->inputs[0], in Run()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h197 void InsertCopyOperator(Model* model, const string& source_array_name,
Dtooling_util.cc1266 InsertCopyOperator(model, intermediate_array_name, output_array_name); in FixEdgeArrays()
1350 void InsertCopyOperator(Model* model, const string& source_array_name, in InsertCopyOperator() function