Home
last modified time | relevance | path

Searched refs:DeleteArrayIfUnused (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_trivial_passthrough.cc65 DeleteArrayIfUnused(from, model); in Reroute()
Dreorder_elementwise_unary.cc125 DeleteArrayIfUnused(intermediate_name, model); in Run()
Dreorder_reshape_transpose.cc193 DeleteArrayIfUnused(intermediate_name, model); in Run()
Dgroup_bidirectional_sequence_ops.cc356 DeleteArrayIfUnused(bidirectional_sequence_ops[i]->outputs[1], model); in RewireBidirectionalSequenceSequenceOpsConnections()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h67 bool DeleteArrayIfUnused(const std::string& array_name, Model* model);
Dtooling_util.cc158 bool DeleteArrayIfUnused(const std::string& array_name, Model* model) { in DeleteArrayIfUnused() function