Searched refs:GetFirstOpWithInput (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dreorder_activation_functions.cc80 Operator* consumer = GetFirstOpWithInput(*model, ac_op_output);
87 consumer = GetFirstOpWithInput(*model, ac_op_output);
H A Dmake_initial_dequantize_operator.cc49 if (op != GetFirstOpWithInput(*model, input_name)) {
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtooling_util.h81 Operator* GetFirstOpWithInput(const Model& model, const string& array_name);
H A Dtooling_util.cc160 // GetFirstOpWithInput assumes that this finds the first op.
210 Operator* GetFirstOpWithInput(const Model& model, const string& array_name) { function in namespace:toco

Completed in 127 milliseconds