Searched refs:dst_in (Results 1 – 3 of 3) sorted by relevance
95 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() argument98 e->dst()->name() == dst && e->dst_input() == dst_in) in HasEdge()
1194 DataType dst_in = dst->input_type(input_index); in MakeEdge() local1195 if (!TypesCompatible(dst_in, src_out)) { in MakeEdge()1199 " incompatible with expected ", DataTypeString(dst_in), "."); in MakeEdge()
122 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() argument125 e->dst()->name() == dst && e->dst_input() == dst_in) { in HasEdge()