Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/adapter/
Ddirect_adapter.hpp64 void init_input(mpl::true_);
65 void init_input(mpl::false_) { } in init_input() function in boost::iostreams::detail::direct_adapter_base
169 init_input(is_convertible<category, input>()); in direct_adapter_base()
174 void direct_adapter_base<Direct>::init_input(mpl::true_) in init_input() function in boost::iostreams::detail::direct_adapter_base
/third_party/boost/boost/iostreams/detail/streambuf/
Ddirect_streambuf.hpp93 void init_input(any_tag) { } in init_input() function in boost::iostreams::detail::direct_streambuf
94 void init_input(input);
118 init_input(category()); in open()
260 void direct_streambuf<T, Tr>::init_input(input) in init_input() function in boost::iostreams::detail::direct_streambuf
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc136 void DfGraphConvertor::InitLoopVar(std::vector<ge::Operator> *init_input) { in InitLoopVar() argument
137 MS_EXCEPTION_IF_NULL(init_input); in InitLoopVar()
191 init_input->push_back(*var_iter_num); in InitLoopVar()
192 init_input->push_back(*var_loop_cond); in InitLoopVar()
193 init_input->push_back(*var_one); in InitLoopVar()
194 init_input->push_back(*var_zero); in InitLoopVar()
238 …tor::SetupParamInitSubGraph(const TensorOrderMap &tensors, std::vector<ge::Operator> *init_input) { in SetupParamInitSubGraph() argument
278 if (init_input->size()) { in SetupParamInitSubGraph()
281 (void)init_graph->SetInputs(*init_input); in SetupParamInitSubGraph()
323 std::vector<Operator> init_input; in InitParamWithData() local
[all …]
Dconvert.h121 void SetupParamInitSubGraph(const TensorOrderMap &tensors, std::vector<ge::Operator> *init_input);
136 void InitLoopVar(std::vector<ge::Operator> *init_input);
/third_party/ffmpeg/libavformat/
Dutils.c423 static int init_input(AVFormatContext *s, const char *filename, in init_input() function
548 if ((ret = init_input(s, filename, &tmp)) < 0) in avformat_open_input()