Home
last modified time | relevance | path

Searched defs:cpp_type (Results 1 – 25 of 38) sorted by relevance

12

/external/pytorch/torchgen/api/types/
Dtypes_base.py71 def cpp_type(self, *, strip_ref: bool = False) -> str: member in CType
87 def cpp_type(self, *, strip_ref: bool = False) -> str: member in BaseCType
103 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ConstRefCType
119 def cpp_type(self, *, strip_ref: bool = False) -> str: member in VectorCType
135 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayCType
150 def cpp_type(self, *, strip_ref: bool = False) -> str: member in TupleCType
165 def cpp_type(self, *, strip_ref: bool = False) -> str: member in MutRefCType
190 def cpp_type(self, *, strip_ref: bool = False) -> str: member in NamedCType
Dtypes.py135 def cpp_type(self, *, strip_ref: bool = False) -> str: member in OptionalCType
150 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ListCType
165 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayRefCType
184 def cpp_type(self, *, strip_ref: bool = False) -> str: member in VectorizedCType
/external/executorch/kernels/portable/cpu/test/
Dscalar_utils_test.cpp31 #define CALL_TEST_ONE(cpp_type, scalar_type) \ in testAll() argument
68 #define INSTANTIATE_TYPE_TEST(cpp_type, scalar_type) \ in TEST() argument
/external/pytorch/torchgen/executorch/api/types/
Dtypes.py60 def cpp_type(self, *, strip_ref: bool = False) -> str: member in OptionalCType
75 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayRefCType
/external/pytorch/aten/src/ATen/native/
DTensorIteratorDynamicCasting.h26 using cpp_type = typename traits::template arg<nargs - 1>::type; in check() local
/external/executorch/runtime/core/exec_aten/util/test/
Dscalar_type_util_test.cpp182 #define CALL_TEST_ONE(cpp_type, scalar_type) \ in testAll() argument
217 #define INSTANTIATE_TYPE_TEST(cpp_type, scalar_type) \ in TEST() argument
/external/openscreen/tools/cddl/
Dsema.cc527 CppType* cpp_type, in IncludeGroupMembersInSubEnum()
553 CppType* cpp_type, in IncludeGroupMembersInEnum()
582 CppType* cpp_type, in AddMembersToStruct()
646 CppType* cpp_type = nullptr; in MakeCppType() local
Dcodegen.cc53 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString()
379 const CppType& cpp_type, in EnsureDependentTypeDefinitionsWritten()
525 const CppType& cpp_type, in WriteEncoder()
1033 const CppType& cpp_type, in WriteDecoder()
/external/pytorch/torch/_library/
Dinfer_schema.py165 base_type, cpp_type, list_base, optional_base_list, optional_list_base argument
/external/pytorch/c10/core/
DScalarType.h157 #define SPECIALIZE_ScalarTypeToCPPType(cpp_type, scalar_type) \ argument
184 #define SPECIALIZE_CppTypeToScalarType(cpp_type, scalar_type) \ argument
/external/federated-compute/fcp/tracing/tools/
Dtracing_traits_generator.cc41 std::string cpp_type; member
/external/flatbuffers/src/
Didl_gen_cpp.cpp1894 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local
1935 const auto cpp_type = field->attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local
1943 const auto cpp_type = field->attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local
1974 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local
2040 const auto cpp_type = field->attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local
2063 const auto cpp_type = field->attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local
3296 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
3354 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
/external/cronet/stable/testing/rust_gtest_interop/
Dgtest_attribute.rs41 cpp_type: TokenStream, field
/external/cronet/tot/testing/rust_gtest_interop/
Dgtest_attribute.rs41 cpp_type: TokenStream, field
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
/external/libprotobuf-mutator/src/
Dfield_instance.h181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc287 const std::string& full_name) { in Generate()
Dprotozero_plugin.cc816 std::string cpp_type; in GenerateDecoder() local
/external/cronet/stable/third_party/protobuf/python/google/protobuf/
Ddescriptor.py554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/cronet/tot/third_party/protobuf/python/google/protobuf/
Ddescriptor.py554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/protobuf/python/google/protobuf/
Ddescriptor.py554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/executorch/runtime/core/exec_aten/util/
Dscalar_type_util.h93 #define SPECIALIZE_ScalarTypeToCppType(cpp_type, scalar_type) \ argument
107 #define SPECIALIZE_CppTypeToScalarType(cpp_type, scalar_type) \ argument
/external/perfetto/src/shared_lib/
Ddata_source.cc69 DataSourceType cpp_type; member

12