Searched refs:ParamNames (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_internal.h | 50 class ParamNames { 53 ParamNames(const string& name, const string& rename_to) : name_(name) { in ParamNames() function 116 std::vector<ParamNames> param_names_;
|
D | python_op_gen.cc | 211 std::vector<python_op_gen_internal::ParamNames> params_no_default_; 214 std::vector<std::pair<python_op_gen_internal::ParamNames, string>> 300 python_op_gen_internal::ParamNames(api_def_attr.name(), in Code() 312 python_op_gen_internal::ParamNames(api_def_attr.name(), in Code() 319 python_op_gen_internal::ParamNames(api_def_attr.name(), in Code()
|
D | python_op_gen_internal.cc | 528 std::vector<ParamNames> params_no_default; in Code() 531 std::vector<ParamNames> params_with_default; in Code()
|
/external/llvm-project/lldb/tools/lldb-instr/ |
D | Instrument.cpp | 191 std::vector<std::string> ParamNames; in VisitCXXMethodDecl() local 195 ParamNames.push_back(P->getNameAsString()); in VisitCXXMethodDecl() 204 std::string ParamNamesStr = llvm::join(ParamNames, ", "); in VisitCXXMethodDecl()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1190 typedef Tuple4<string, string, string, string> ParamNames; typedef 1245 const ParamNames& getParamNames (void) const in getParamNames() 1272 virtual const ParamNames& doGetParamNames (void) const in doGetParamNames() 1274 static ParamNames names ("a", "b", "c", "d"); in doGetParamNames() 1477 const ParamNames& paramNames = this->getParamNames(); in doPrintDefinition() 1561 const ParamNames& paramNames = this->getParamNames(); in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1711 typedef Tuple4<string, string, string, string> ParamNames; typedef 1775 const ParamNames& getParamNames (void) const in getParamNames() 1807 virtual const ParamNames& doGetParamNames (void) const in doGetParamNames() 1809 static ParamNames names ("a", "b", "c", "d"); in doGetParamNames() 2023 const ParamNames& paramNames = this->getParamNames(); in doPrintDefinition() 2107 const ParamNames& paramNames = this->getParamNames(); in initialize()
|