Searched refs:DeleteArrayIfUsedOnce (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Didentify_relu1.cc109 DeleteArrayIfUsedOnce(op_0->inputs[op_0_scalar_input_index], model);
110 DeleteArrayIfUsedOnce(op_1->inputs[0], model);
111 DeleteArrayIfUsedOnce(op_1->inputs[1], model);
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtooling_util.h63 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model);
H A Dtooling_util.cc122 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model) { function in namespace:toco

Completed in 106 milliseconds