Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dconst_analysis.cc201 std::vector<bool> compile_time_const_nodes_impl; in BackwardsConstAnalysis() local
205 compile_time_const_nodes_impl.resize(g.num_node_ids()); in BackwardsConstAnalysis()
206 compile_time_const_nodes = &compile_time_const_nodes_impl; in BackwardsConstAnalysis()