Home
last modified time | relevance | path

Searched refs:ValidateGraphHasNoCycle (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dvalidate.h60 Status ValidateGraphHasNoCycle(const Graph& graph);
Dvalidate.cc64 Status ValidateGraphHasNoCycle(const Graph& graph) { in ValidateGraphHasNoCycle() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc111 TF_RETURN_IF_ERROR(graph::ValidateGraphHasNoCycle(*graph_)); in Compile()
/external/tensorflow/tensorflow/c/
Dc_api.cc334 status->status = graph::ValidateGraphHasNoCycle(session->graph->graph); in ExtendSessionGraphHelper()