Searched defs:template_args (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | buffer_desc.cc | 50 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument 127 const std::vector<std::string>& template_args, std::string* result) const { in PerformGetPtrSelector() argument
|
D | tensor_desc.cc | 404 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument 464 const std::vector<std::string>& template_args, std::string* result) const { in PerformReadSelector() argument 618 const std::vector<std::string>& template_args, std::string* result) const { in PerformReadPerChannelSelector() argument 696 const std::vector<std::string>& template_args, std::string* result) const { in PerformWriteSelector() argument 715 const std::vector<std::string>& template_args, std::string* result) const { in PerformWriteLinearSelector() argument 733 const std::vector<std::string>& template_args, std::string* result) const { in PerformWrite2DSelector() argument 1223 const std::vector<std::string>& template_args, DataType* result) const { in MaybeGetDataTypeFromTemplateArgs() argument
|
D | texture2d_desc.cc | 46 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument
|
D | arguments.cc | 499 std::vector<std::string> template_args; in ResolveSelectorsPass() local 537 const std::vector<std::string>& template_args, std::string* result) const { in ResolveSelector() argument
|
D | gpu_object_desc.h | 192 const std::vector<std::string>& template_args, in PerformSelector()
|
/external/rust/crates/bindgen/ir/ |
D | template.rs | 226 let template_args = ty.template_args().map_or(vec![], |args| match ty in from_ty() localVariable
|
/external/angle/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1523 def define_constexpr_type_array_sizes(template_args, type_array_sizes_declarations): argument 1528 def define_constexpr_variable(template_args, variable_declarations): argument
|
/external/oss-fuzz/infra/ |
D | helper.py | 1038 def _template_project_file(filename, template, template_args, directory): argument
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 1890 auto template_args = db.names.back().move_full(); in parse_type() local
|
/external/rust/crates/bindgen/ |
D | clang.rs | 1278 pub fn template_args(&self) -> Option<TypeTemplateArgIterator> { in template_args() method
|
/external/rust/crates/bindgen/codegen/ |
D | mod.rs | 3950 let template_args = self in try_to_rust_ty() localVariable
|