/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | propagate_array_data_types.cc | 28 ArrayDataType data_type) { in SetDataTypeForAllOutputs() 90 const ArrayDataType data_type = model->GetArray(op->inputs[1]).data_type; in Run() local 97 const ArrayDataType data_type = model->GetArray(op->inputs[0]).data_type; in Run() local 104 const ArrayDataType data_type = model->GetArray(op->inputs[2]).data_type; in Run() local 132 ArrayDataType data_type; in Run() local 175 const ArrayDataType data_type = unsupported_op->output_data_types[i]; in Run() local 198 const ArrayDataType data_type = model->GetArray(op->inputs[2]).data_type; in Run() local 209 const ArrayDataType data_type = model->GetArray(op->inputs[0]).data_type; in Run() local 214 const ArrayDataType data_type = model->GetArray(op->inputs[0]).data_type; in Run() local 255 const ArrayDataType data_type = model->GetArray(op->inputs[0]).data_type; in Run() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | colorspace_op_test.cc | 34 void MakeOp(DataType data_type) { in MakeOp() 41 void CheckBlack(DataType data_type) { in CheckBlack() 51 void CheckGray(DataType data_type) { in CheckGray() 61 void CheckWhite(DataType data_type) { in CheckWhite() 71 void CheckRedMax(DataType data_type) { in CheckRedMax() 85 void CheckGreenMax(DataType data_type) { in CheckGreenMax() 99 void CheckBlueMax(DataType data_type) { in CheckBlueMax() 113 void CheckNegativeDifference(DataType data_type) { in CheckNegativeDifference() 130 void MakeOp(DataType data_type) { in MakeOp() 137 void CheckBlack(DataType data_type) { in CheckBlack() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | elementwise_test_util.cc | 35 auto data_type = DeduceDataTypeFromPrecision(precision); in AbsTest() local 61 auto data_type = DeduceDataTypeFromPrecision(precision); in CosTest() local 88 auto data_type = DeduceDataTypeFromPrecision(precision); in CopyTest() local 112 auto data_type = DeduceDataTypeFromPrecision(precision); in EluTest() local 140 auto data_type = DeduceDataTypeFromPrecision(precision); in ExpTest() local 168 auto data_type = DeduceDataTypeFromPrecision(precision); in FloorTest() local 198 auto data_type = DeduceDataTypeFromPrecision(precision); in FloorDivTest() local 232 auto data_type = DeduceDataTypeFromPrecision(precision); in FloorModTest() local 265 auto data_type = DeduceDataTypeFromPrecision(precision); in HardSwishTest() local 292 auto data_type = DeduceDataTypeFromPrecision(precision); in LogTest() local [all …]
|
H A D | padding_test_util.cc | 39 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingAppendWidthTest() local 69 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependWidthTest() local 99 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingAppendHeightTest() local 128 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependHeightTest() local 157 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingAppendChannelsTest() local 186 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependChannelsTest() local 215 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependChannelsX4Test() local 244 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingComplexTest() local 277 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingReflectWidthTest() local 307 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingReflectChannelsTest() local
|
H A D | resize_test_util.cc | 40 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearAlignedTest() local 72 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearNonAlignedTest() local 105 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearWithoutHalfPixelTest() local 137 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearWithHalfPixelTest() local 169 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeNearestTest() local 201 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeNearestAlignCornersTest() local 233 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeNearestHalfPixelCentersTest() local
|
H A D | select_v2_test_util.cc | 108 const DataType& data_type, in RunSelectV2() 156 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2TestTemplate() local 184 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2BatchTestTemplate() local 213 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2BroadcastFalseTestTemplate() local 243 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2BroadcastTrueTestTemplate() local 274 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2BroadcastBothTestTemplate() local 302 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2ChannelsTestTemplate() local 331 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2ChannelsBatchTestTemplate() local 362 auto data_type = DeduceDataTypeFromPrecision(precision); in SelectV2ChannelsBroadcastFalseTestTemplate() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | ElementwiseUnaryFixture.h | 57 void fill(U &&tensor, int i, DataType data_type) in fill() 127 TensorType compute_target(const TensorShape &shape, DataType data_type, bool in_place) in compute_target() 179 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() 201 void setup(const TensorShape &shape, DataType data_type) in setup() 212 void setup(const TensorShape &shape, DataType data_type) in setup() 223 void setup(const TensorShape &shape, DataType data_type) in setup() 234 void setup(const TensorShape &shape, DataType data_type) in setup() 245 void setup(const TensorShape &shape, DataType data_type, bool in_place) in setup() 256 void setup(const TensorShape &shape, DataType data_type) in setup() 267 void setup(const TensorShape &shape, DataType data_type) in setup() [all …]
|
H A D | ArithmeticOperationsFixture.h | 49 …peration op, const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPoli… in setup() 66 …mpute_target(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPoli… in compute_target() 126 …te_reference(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPoli… in compute_reference() 154 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() 166 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, bool is_inp… in setup() 178 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() 190 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, ActivationL… in setup() 202 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, Quantizatio… in setup() 215 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() 228 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() [all …]
|
H A D | GEMMFixture.h | 56 … shape_c, TensorShape output_shape, float alpha, float beta, bool pretranspose, DataType data_type) in setup() 87 DataType data_type) in compute_target() 152 DataType data_type) in compute_reference() 235 DataType data_type, GPUTarget gpu_arch) in setup() 263 …hape, const TensorShape &rhs_shape, const TensorShape &bias_shape, DataType data_type, float alpha… in compute_target() 316 …erence(const TensorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type, float alpha… in compute_reference() 359 const ActivationLayerInfo &act_info, DataType data_type, GPUTarget gpu_arch) in setup() 386 …hape, const TensorShape &rhs_shape, const TensorShape &bias_shape, DataType data_type, float alpha… in compute_target() 439 …erence(const TensorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type, float alpha… in compute_reference() 481 const ActivationLayerInfo &act_info, DataType data_type, GPUTarget gpu_arch) in setup() [all …]
|
H A D | WinogradConvolutionLayerFixture.h | 60 DataType data_type, ActivationLayerInfo act_info, const DataLayout &data_layout) in setup() 110 … DataType data_type, ActivationLayerInfo act_info, const DataLayout data_layout) in compute_target() 167 DataType data_type, ActivationLayerInfo act_info) in compute_reference() 247 …up(TensorShape input_shape, WinogradInfo winograd_info, DataLayout data_layout, DataType data_type) in setup() 297 …Shape &output_shape, const WinogradInfo &winograd_info, DataLayout data_layout, DataType data_type) in compute_target() 338 …nput_shape, const TensorShape &output_shape, const WinogradInfo &winograd_info, DataType data_type) in compute_reference() 359 …void setup(TensorShape input_shape, Size2D output_tile, DataLayout data_layout, DataType data_type) in setup() 411 …Shape &output_shape, const WinogradInfo &winograd_info, DataLayout data_layout, DataType data_type) in compute_target() 453 …nput_shape, const TensorShape &output_shape, const WinogradInfo &winograd_info, DataType data_type) in compute_reference() 522 …const TensorShape &input_shape, const WinogradInfo &winograd_info, DataType data_type, ActivationL… in compute_target() [all …]
|
H A D | ComparisonFixture.h | 48 …peration op, const TensorShape &shape0, const TensorShape &shape1, DataType data_type, Quantizatio… in setup() 62 … const TensorShape &shape0, const TensorShape &shape1, DataType data_type, in compute_target() 98 … const TensorShape &shape0, const TensorShape &shape1, DataType data_type, in compute_reference() 121 …p(ComparisonOperation op, const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in setup() 132 void setup(ComparisonOperation op, const TensorShape &shape, DataType data_type) in setup() 143 …void setup(ComparisonOperation op, const TensorShape &shape, DataType data_type, QuantizationInfo … in setup() 155 …peration op, const TensorShape &shape0, const TensorShape &shape1, DataType data_type, Quantizatio… in setup()
|
H A D | AddMulAddFixture.h | 53 …void setup(const TensorShape &shape, DataType data_type, ActivationLayerInfo &act_info, bool inter… in setup() 60 void fill(U &&tensor, int i, DataType data_type) in fill() 76 …void compute_target(const TensorShape &shape, DataType data_type, ActivationLayerInfo &act_info, b… in compute_target() 142 void setup(const TensorShape &shape, DataType data_type, ActivationLayerInfo act_info) in setup() 152 …void compute_reference(const TensorShape &shape, DataType data_type, ActivationLayerInfo &act_info) in compute_reference() 199 void setup(const TensorShape &shape, DataType data_type, ActivationLayerInfo act_info, in setup() 219 …void compute_reference(const TensorShape &shape, DataType data_type, ActivationLayerInfo &act_info) in compute_reference()
|
H A D | GEMMLowpFixture.h | 742 …void setup(DataType data_type, TensorShape shape, float result_real_multiplier, int32_t result_off… in setup() 757 …TensorType compute_target(DataType data_type, const TensorShape &shape, float result_multiplier, i… in compute_target() 941 bool interleave_rhs, DataType data_type) in setup() 989 …hs_shape, const GEMMLHSMatrixInfo &lhs_info, const GEMMRHSMatrixInfo &rhs_info, DataType data_type) in compute_target() 1045 …> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type) in compute_reference() 1092 bool interleave_lhs, bool interleave_rhs, DataType data_type) in setup() 1144 DataType data_type) in compute_target() 1200 …e(const TensorShape &lhs_shape, const TensorShape &rhs_shape, unsigned int m_h, DataType data_type) in compute_reference() 1249 … unsigned int k0, unsigned int h0, bool interleave_rhs, bool transpose_rhs, DataType data_type) in setup() 1295 const GEMMRHSMatrixInfo &rhs_info, DataType data_type) in compute_target() [all …]
|
H A D | DirectConvolutionLayerFixture.h | 78 …DataType data_type, QuantizationInfo quantization_info, ActivationLayerInfo act_info, DataLayout d… in setup() 150 …DataType data_type, DataType bias_data_type, QuantizationInfo quantization_info, ActivationLayerIn… in compute_target() 207 …DataType data_type, DataType bias_data_type, QuantizationInfo quantization_info, ActivationLayerIn… in compute_reference() 234 …_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType data_type, ActivationL… in setup() 247 …_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType data_type, Quantizatio… in setup() 261 …DataType data_type, QuantizationInfo quantization_info, ActivationLayerInfo act_info, DataLayout d… in setup() 274 DataType data_type, ActivationLayerInfo act_info) in setup()
|
H A D | SliceOperationsFixtures.h | 49 void setup(TensorShape shape, Coordinates starts, Coordinates ends, DataType data_type) in setup() 62 …t(const TensorShape &shape, const Coordinates &starts, const Coordinates &ends, DataType data_type) in compute_target() 92 …e(const TensorShape &shape, const Coordinates &starts, const Coordinates &ends, DataType data_type) in compute_reference() 115 DataType data_type) in setup() 131 DataType data_type) in compute_target() 164 DataType data_type) in compute_reference()
|
H A D | SplitFixture.h | 51 void setup(TensorShape shape, unsigned int axis, unsigned int splits, DataType data_type) in setup() 64 …ompute_target(const TensorShape &shape, unsigned int axis, unsigned int splits, DataType data_type) in compute_target() 109 …ute_reference(const TensorShape &shape, unsigned int axis, unsigned int splits, DataType data_type) in compute_reference() 153 …up(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes, DataType data_type) in setup() 166 …et(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes, DataType data_type) in compute_target() 218 …ce(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes, DataType data_type) in compute_reference()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
D | info.hpp | 81 struct data_type struct in test_info_base 83 std::string file; 84 int line; 85 string_type expression; 86 boost::regex_constants::syntax_option_type options; 87 string_type search_text; 88 boost::regex_constants::match_flag_type match_options; 89 const int* answer_table; 90 string_type format_string; 91 string_type result_string; [all …]
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 50 typedef llvm::SmallVector<DeclID, 4> data_type; typedef 175 typedef IdentifierInfo * data_type; typedef 202 struct data_type { struct 203 SelectorID ID; 204 unsigned InstanceBits; 205 unsigned FactoryBits; 206 bool InstanceHasMoreThanOneDecl; 207 bool FactoryHasMoreThanOneDecl; 208 SmallVector<ObjCMethodDecl *, 2> Instance; 209 SmallVector<ObjCMethodDecl *, 2> Factory; [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | data_type.cc | 32 std::string GetGlslPrecisionModifier(DataType data_type) { in GetGlslPrecisionModifier() 53 size_t SizeOf(DataType data_type) { in SizeOf() 77 std::string ToString(DataType data_type) { in ToString() 109 std::string ToCLDataType(DataType data_type, int vec_size) { in ToCLDataType() 142 std::string ToMetalDataType(DataType data_type, int vec_size) { in ToMetalDataType() 175 DataType ToMetalTextureType(DataType data_type) { in ToMetalTextureType() 194 std::string ToGlslShaderDataType(DataType data_type, int vec_size, in ToGlslShaderDataType()
|
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | TensorInfo.cpp | 99 TensorInfo::TensorInfo(size_t num_channels, DataType data_type) in TensorInfo() 105 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in TensorInfo() 111 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, Qu… in TensorInfo() 118 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, Da… in TensorInfo() 152 void TensorInfo::init(size_t num_channels, DataType data_type) in init() 157 void TensorInfo::init(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in init() 168 void TensorInfo::init(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, in init() 196 …orInfo::init_auto_padding(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in init_auto_padding() 321 ITensorInfo &TensorInfo::set_data_type(DataType data_type) in set_data_type()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | GEMMMatrixMultiplyNative.cpp | 215 …nsigned int m, unsigned int n, unsigned int k, unsigned int batch, DataType data_type, const exper… in is_post_op_list_valid() 249 …unsigned int n0_value, unsigned int k0_value, bool broadcast_bias, DataType data_type, const Activ… in validate_configuration() 302 const auto data_type = DataType::F32; in TEST_SUITE() local 327 const auto data_type = DataType::F32; in TEST_CASE() local 342 const auto data_type = DataType::F32; in TEST_CASE() local 358 const auto data_type = DataType::F32; in TEST_SUITE() local 369 const auto data_type = DataType::F32; in TEST_CASE() local 383 const auto data_type = DataType::F32; in TEST_CASE() local 397 const auto data_type = DataType::F32; in TEST_CASE() local
|
H A D | ConvolutionLayer.cpp | 97 …const TensorShape &weights_shape, const TensorShape &output_shape, DataType data_type, DataLayout … in is_post_op_list_valid_in_gemmconv() 292 const auto data_type = DataType::F32; in TEST_SUITE() local 319 const auto data_type = DataType::F32; in TEST_CASE() local 340 const auto data_type = DataType::QASYMM8; in TEST_CASE() local 361 const auto data_type = DataType::F32; in TEST_CASE() local 382 const auto data_type = DataType::F32; in TEST_CASE() local 405 const auto data_type = DataType::F32; in TEST_SUITE() local 419 const auto data_type = DataType::F32; in TEST_CASE() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/ |
H A D | Pool2dFixture.h | 55 …void setup(TensorShape input_shape, const Pool2dAttributes &pool_attr, DataType data_type, bool mi… in setup() 85 …get(TensorShape input_shape, const Pool2dAttributes &pool_attr, const DataType data_type, bool mix… in compute_target() 137 …impleTensor<T> compute_reference(TensorShape shape, PoolingLayerInfo pool_info, DataType data_type) in compute_reference() 155 …ool_type, Size2D pool_size, Padding2D pad, Size2D stride, bool exclude_padding, DataType data_type) in setup() 168 …e2D pool_size, Padding2D pad, Size2D stride, bool exclude_padding, DataType data_type, bool mixed_… in setup() 181 void setup(TensorShape input_shape, Pool2dAttributes pool_attr, DataType data_type) in setup()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/exception/ |
D | swap_exception_tests.cpp | 23 typedef T data_type; typedef 80 struct data_type struct 82 data_type(T const& x_, T const& y_) : x(x_), y(y_) {} in data_type() argument 84 T x, y;
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_builtins_test.cpp | 87 const char* const data_type) { in GetInMainCodeGenerator() 160 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 187 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 218 const char* const data_type = std::get<4>(GetParam()); in TEST_P() local 246 const char* const data_type) { in GetInFunctionCodeGenerator() 329 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 356 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 385 const char* const data_type) { in GetVariableCodeGenerator() 459 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 486 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local [all …]
|