Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc44 std::vector<bool> compile_time_const_nodes_impl; in BackwardsConstAnalysis() local
48 compile_time_const_nodes_impl.resize(g.num_node_ids()); in BackwardsConstAnalysis()
49 compile_time_const_nodes = &compile_time_const_nodes_impl; in BackwardsConstAnalysis()