Home
last modified time | relevance | path

Searched defs:GetDataType (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/armnn/src/backends/cl/
H A DClTensorHandle.hpp87 virtual arm_compute::DataType GetDataType() const override in GetDataType() function in armnn::ClTensorHandle
258 virtual arm_compute::DataType GetDataType() const override in GetDataType() function in armnn::ClSubTensorHandle
H A DClImportTensorHandle.hpp62 virtual arm_compute::DataType GetDataType() const override in GetDataType() function in armnn::ClImportTensorHandle
364 virtual arm_compute::DataType GetDataType() const override in GetDataType() function in armnn::ClImportSubTensorHandle
/aosp_15_r20/external/armnn/include/armnn/
H A DTensor.hpp198 DataType GetDataType() const { return m_DataType; } in GetDataType() function in armnn::TensorInfo
300 DataType GetDataType() const { return m_Info.GetDataType(); } in GetDataType() function in armnn::BaseTensor
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonTensorHandle.hpp75 virtual arm_compute::DataType GetDataType() const override in GetDataType() function in armnn::NeonTensorHandle
299 virtual arm_compute::DataType GetDataType() const override in GetDataType() function in armnn::NeonSubTensorHandle
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dfixed_enum_field.cc28 std::string FixedEnumField::GetDataType() const { return enum_->name_; } in GetDataType() function in FixedEnumField
Dfixed_scalar_field.cc28 std::string FixedScalarField::GetDataType() const { return util::GetTypeForSize(GetSize().bits()); } in GetDataType() function in FixedScalarField
Denum_field.cc30 std::string EnumField::GetDataType() const { return enum_def_.name_; } in GetDataType() function in EnumField
Dreserved_field.cc32 std::string ReservedField::GetDataType() const { return util::GetTypeForSize(size_); } in GetDataType() function in ReservedField
Dpadding_field.cc32 std::string PaddingField::GetDataType() const { return "There's no type for Padding fields"; } in GetDataType() function in PaddingField
Dgroup_field.cc38 std::string GroupField::GetDataType() const { in GetDataType() function in GroupField
Dchecksum_start_field.cc32 std::string ChecksumStartField::GetDataType() const { in GetDataType() function in ChecksumStartField
Dcustom_field_fixed_size.cc31 std::string CustomFieldFixedSize::GetDataType() const { return type_name_; } in GetDataType() function in CustomFieldFixedSize
Dchecksum_field.cc28 std::string ChecksumField::GetDataType() const { return type_name_; } in GetDataType() function in ChecksumField
Dbody_field.cc41 std::string BodyField::GetDataType() const { in GetDataType() function in BodyField
Dvariable_length_struct_field.cc38 std::string VariableLengthStructField::GetDataType() const { in GetDataType() function in VariableLengthStructField
Dpayload_field.cc54 std::string PayloadField::GetDataType() const { return "PacketView"; } in GetDataType() function in PayloadField
Dstruct_field.cc35 std::string StructField::GetDataType() const { return type_name_; } in GetDataType() function in StructField
Dcustom_field.cc35 std::string CustomField::GetDataType() const { return type_name_; } in GetDataType() function in CustomField
Dscalar_field.cc36 std::string ScalarField::GetDataType() const { return util::GetTypeForSize(size_); } in GetDataType() function in ScalarField
Darray_field.cc87 std::string ArrayField::GetDataType() const { in GetDataType() function in ArrayField
Dvector_field.cc120 std::string VectorField::GetDataType() const { in GetDataType() function in VectorField
/aosp_15_r20/external/executorch/backends/qualcomm/aot/wrappers/
H A DTensorWrapper.h68 Qnn_DataType_t GetDataType() const { in GetDataType() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dtensor.h69 DataType GetDataType() const { return descriptor_.GetDataType(); } in GetDataType() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_spatial_tensor.h64 DataType GetDataType() const { return descriptor_.GetDataType(); } in GetDataType() function
/aosp_15_r20/external/executorch/backends/qualcomm/aot/python/
H A DPyQnnWrapperAdaptor.h129 Qnn_DataType_t GetDataType() { in GetDataType() function

12