/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
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 …]
|
/external/ComputeLibrary/tests/validation/fixtures/ |
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 …]
|
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 …]
|
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()
|
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()
|
D | ComputeAllAnchorsFixture.h | 48 …void setup(size_t num_anchors, const ComputeAnchorsInfo &info, DataType data_type, QuantizationInf… in setup() 61 …TensorType compute_target(size_t num_anchors, DataType data_type, const ComputeAnchorsInfo &info, … in compute_target() 90 DataType data_type, in compute_reference() 111 void setup(size_t num_anchors, const ComputeAnchorsInfo &info, DataType data_type) in setup() 122 …void setup(size_t num_anchors, const ComputeAnchorsInfo &info, DataType data_type, QuantizationInf… in setup()
|
D | Pooling3dLayerFixture.h | 76 … DataType data_type, QuantizationInfo input_qinfo, QuantizationInfo output_qinfo) in compute_target() 106 …r<T> compute_reference(TensorShape shape, Pooling3dLayerInfo info, DataType data_type, Quantizatio… in compute_reference() 124 …type, Size3D pool_size, Size3D stride, Padding3D padding, bool exclude_padding, DataType data_type) in setup() 149 void setup(TensorShape shape, PoolingType pool_type, DataType data_type) in setup() 160 void setup(TensorShape src_shape, Pooling3dLayerInfo pool_info, DataType data_type) in setup()
|
D | SoftmaxLayerFixture.h | 50 …void setup(TensorShape shape, DataType data_type, QuantizationInfo quantization_info, float beta, … in setup() 83 TensorType compute_target(const TensorShape &shape, DataType data_type, in compute_target() 113 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, in compute_reference() 135 void setup(TensorShape shape, DataType data_type, float beta, size_t axis) in setup() 150 …void setup(TensorShape shape, DataType data_type, QuantizationInfo quantization_info, float beta, … in setup()
|
D | ArgMinMaxFixture.h | 50 …void setup(TensorShape shape, DataType data_type, int axis, ReductionOperation op, QuantizationInf… in setup() 101 …TensorType compute_target(TensorShape &src_shape, DataType data_type, int axis, ReductionOperation… in compute_target() 130 …SimpleTensor<int32_t> compute_reference(TensorShape &src_shape, DataType data_type, int axis, Redu… in compute_reference() 151 …void setup(const TensorShape &shape, DataType data_type, int axis, ReductionOperation op, Quantiza… in setup() 162 void setup(const TensorShape &shape, DataType data_type, int axis, ReductionOperation op) in setup()
|
D | ArithmeticDivisionFixture.h | 48 void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in setup() 65 …TensorType compute_target(const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in compute_target() 99 …nsor<T> compute_reference(const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in compute_reference() 121 void setup(const TensorShape &shape, DataType data_type) in setup()
|
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()
|
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 …]
|
D | FillFixture.h | 46 void setup(TensorShape input_shape, DataType data_type) in setup() 53 TensorType compute_target(const TensorShape &input_shape, DataType data_type) in compute_target() 75 SimpleTensor<T> compute_reference(const TensorShape &input_shape, DataType data_type) in compute_reference()
|
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()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
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 …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
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()
|
/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 …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
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 …]
|
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
|
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
|
/external/clang/lib/Serialization/ |
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 …]
|
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/ |
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()
|
/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/ |
D | CastAttributes.cpp | 33 CastAttributes &CastAttributes::data_type(const DataType &data_type) in data_type() function in arm_compute::experimental::dynamic_fusion::CastAttributes 39 DataType CastAttributes::data_type() const in data_type() function in arm_compute::experimental::dynamic_fusion::CastAttributes
|
/external/ComputeLibrary/src/core/ |
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()
|
/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() function 84 T x, y;
|