Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc34 std::vector<int>* const_input_idxs,
93 std::vector<int> const_input_idxs; in BackwardsConstAnalysis() local
94 status = GetCompileTimeConstInputs(node, &const_input_idxs, flib_runtime); in BackwardsConstAnalysis()
102 absl::c_binary_search(const_input_idxs, edge->dst_input()) && in BackwardsConstAnalysis()
129 std::vector<int>* const_input_idxs, in GetCompileTimeConstInputs() argument
133 const_input_idxs); in GetCompileTimeConstInputs()
178 const_input_idxs->push_back(i); in GetCompileTimeConstInputs()