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.cc125 InsertCopyOperator(model, main_input_name, output_name); in RemoveTrivialPassthroughOp()
Dquantize.cc615 InsertCopyOperator(model, dequantize_op->inputs[0], in Run()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h194 void InsertCopyOperator(Model* model, const std::string& source_array_name,
Dtooling_util.cc1297 InsertCopyOperator(model, intermediate_array_name, output_array_name); in FixEdgeArrays()
1383 void InsertCopyOperator(Model* model, const std::string& source_array_name, in InsertCopyOperator() function