Searched refs:get_const_src_tensors (Results 1 – 4 of 4) sorted by relevance
76 const auto src_tensor_ids = get_tensor_ids(tensors.get_const_src_tensors()); in add_new_component()82 for(auto t : tensors.get_const_src_tensors()) in add_new_component()
73 const auto src_tensor_ids = get_tensor_ids(op.tensors().get_const_src_tensors()); in try_add_operator()149 const auto src_tensor_ids = get_tensor_ids(op.tensors().get_const_src_tensors()); in add_operator()
143 const auto src_tensors = tensors.get_const_src_tensors(); in finalize()
188 std::vector<const T *> get_const_src_tensors() const in get_const_src_tensors() function