Home
last modified time | relevance | path

Searched defs:init_graph (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_graph.cc294 void init_graph(Node *node, int stage_num, int node_num) { in init_graph() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc1039 const auto init_graph = [this](std::unique_ptr<Graph>* g) -> void { in TEST_F() local