Searched refs:const_input_idxs (Results 1 – 1 of 1) sorted by relevance
34 std::vector<int>* const_input_idxs,93 std::vector<int> const_input_idxs; in BackwardsConstAnalysis() local94 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() argument133 const_input_idxs); in GetCompileTimeConstInputs()178 const_input_idxs->push_back(i); in GetCompileTimeConstInputs()