Home
last modified time | relevance | path

Searched defs:data_type (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_array_data_types.cc28 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/
DElementwiseUnaryFixture.h57 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 …]
DArithmeticOperationsFixture.h49 …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 …]
DComparisonFixture.h48 …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()
DAddMulAddFixture.h53 …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()
DComputeAllAnchorsFixture.h48 …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()
DPooling3dLayerFixture.h76DataType 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()
DSoftmaxLayerFixture.h50 …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()
DArgMinMaxFixture.h50 …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()
DArithmeticDivisionFixture.h48 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()
DSliceOperationsFixtures.h49 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()
DWinogradConvolutionLayerFixture.h60 DataType data_type, ActivationLayerInfo act_info, const DataLayout &data_layout) in setup()
110DataType 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 …]
DFillFixture.h46 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()
DSplitFixture.h51 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/
Dcolorspace_op_test.cc34 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/
Ddata_type.cc32 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/
Dinfo.hpp81 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/
Delementwise_test_util.cc35 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 …]
Dpadding_test_util.cc39 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
Dresize_test_util.cc40 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/
DASTReaderInternals.h50 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/
DPool2dFixture.h55 …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/
DCastAttributes.cpp33 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/
DTensorInfo.cpp99 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/
Dswap_exception_tests.cpp23 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;

12345678910>>...25