Home
last modified time | relevance | path

Searched defs:get_inputs (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/distutils/command/
Dinstall_data.py75 def get_inputs(self): member in install_data
Dinstall_headers.py43 def get_inputs(self): member in install_headers
Dinstall_scripts.py56 def get_inputs(self): member in install_scripts
Dinstall_lib.py201 def get_inputs(self): member in install_lib
Dinstall.py639 def get_inputs(self): member in install
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h346 const inputs_vec & get_inputs() {return inputs; } in get_inputs() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp525 bool EmitTexInstruction::get_inputs(const nir_tex_instr& instr, TexInputs &src) in get_inputs() function in r600::EmitTexInstruction
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Drecompute.cc111 …ph(const FuncGraphManagerPtr &mng, std::unordered_set<CNodePtr> *recomputed_nodes, bool get_inputs, in GetMaxSubGraph()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc73 const std::vector<AnfNodePtr> FuncGraph::get_inputs() const { in get_inputs() function in mindspore::FuncGraph