Home
last modified time | relevance | path

Searched refs:dst_in (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dsubgraph_test.cc95 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() argument
98 e->dst()->name() == dst && e->dst_input() == dst_in) in HasEdge()
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-034.md18 DataType dst_in = dst->input_type(input_index);
/external/igt-gpu-tools/lib/
Digt_core.c1521 char *dst_in; in xstrlcpy() local
1523 dst_in = dst; in xstrlcpy()
1530 return dst - dst_in; in xstrlcpy()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc1441 DataType dst_in = dst->input_type(input_index); in MakeEdge() local
1442 if (!TypesCompatible(dst_in, src_out)) { in MakeEdge()
1446 " incompatible with expected ", DataTypeString(dst_in), "."); in MakeEdge()
Dgraph_constructor_test.cc131 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() argument
134 e->dst()->name() == dst && e->dst_input() == dst_in) { in HasEdge()