Searched defs:GetFunction (Results 1 – 11 of 11) sorted by relevance
23 inline spvtools::opt::Function* GetFunction(spvtools::opt::Module* module, in GetFunction() function33 inline const spvtools::opt::Function* GetFunction( in GetFunction() function
162 Function* GetFunction() const { return &function_; } in GetFunction() function
581 Function* GetFunction(uint32_t id) { in GetFunction() function589 Function* GetFunction(Instruction* inst) { in GetFunction() function
176 Status TFSavedModelAPI::GetFunction(const std::string& function_path, in GetFunction() function in tensorflow::TFSavedModelAPI
258 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) in GetFunction() function in RMIDevice