Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.h50 class ParamNames {
53 ParamNames(const string& name, const string& rename_to) : name_(name) { in ParamNames() function
116 std::vector<ParamNames> param_names_;
Dpython_op_gen.cc213 std::vector<python_op_gen_internal::ParamNames> params_no_default_;
216 std::vector<std::pair<python_op_gen_internal::ParamNames, string>>
302 python_op_gen_internal::ParamNames(api_def_attr.name(), in Code()
314 python_op_gen_internal::ParamNames(api_def_attr.name(), in Code()
321 python_op_gen_internal::ParamNames(api_def_attr.name(), in Code()
Dpython_op_gen_internal.cc528 std::vector<ParamNames> params_no_default; in Code()
531 std::vector<ParamNames> params_with_default; in Code()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1191 typedef Tuple4<string, string, string, string> ParamNames; typedef
1246 const ParamNames& getParamNames (void) const in getParamNames()
1273 virtual const ParamNames& doGetParamNames (void) const in doGetParamNames()
1275 static ParamNames names ("a", "b", "c", "d"); in doGetParamNames()
1478 const ParamNames& paramNames = this->getParamNames(); in doPrintDefinition()
1562 const ParamNames& paramNames = this->getParamNames(); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1712 typedef Tuple4<string, string, string, string> ParamNames; typedef
1776 const ParamNames& getParamNames (void) const in getParamNames()
1808 virtual const ParamNames& doGetParamNames (void) const in doGetParamNames()
1810 static ParamNames names ("a", "b", "c", "d"); in doGetParamNames()
2024 const ParamNames& paramNames = this->getParamNames(); in doPrintDefinition()
2108 const ParamNames& paramNames = this->getParamNames(); in initialize()