Home
last modified time | relevance | path

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

12345678910>>...19

/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/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/ComputeLibrary/tests/validation/fixtures/
DElementWiseUnaryFixture.h56 void fill(U &&tensor, int i, DataType data_type) in fill()
118 TensorType compute_target(const TensorShape &shape, DataType data_type, bool in_place) in compute_target()
156 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference()
177 void setup(const TensorShape &shape, DataType data_type) in setup()
188 void setup(const TensorShape &shape, DataType data_type) in setup()
199 void setup(const TensorShape &shape, DataType data_type) in setup()
210 void setup(const TensorShape &shape, DataType data_type, bool in_place) in setup()
221 void setup(const TensorShape &shape, DataType data_type) in setup()
232 void setup(const TensorShape &shape, DataType data_type) in setup()
243 void setup(const TensorShape &shape, DataType data_type) 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()
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()
DWinogradConvolutionLayerFixture.h60 DataType data_type, ActivationLayerInfo act_info) in setup()
89 DataType data_type, ActivationLayerInfo act_info) in compute_target()
130 DataType data_type, ActivationLayerInfo act_info) in compute_reference()
164 DataType data_type, ActivationLayerInfo act_info, const DataLayout &data_layout) in setup()
198DataType data_type, ActivationLayerInfo act_info, const DataLayout data_layout) in compute_target()
247 DataType data_type, ActivationLayerInfo act_info) in compute_reference()
326 …up(TensorShape input_shape, WinogradInfo winograd_info, DataLayout data_layout, DataType data_type) in setup()
354 …Shape &output_shape, const WinogradInfo &winograd_info, DataLayout data_layout, DataType data_type) in compute_target()
387 …nput_shape, const TensorShape &output_shape, const WinogradInfo &winograd_info, DataType data_type) in compute_reference()
407 …void setup(TensorShape input_shape, Size2D output_tile, DataLayout data_layout, DataType data_type) in setup()
[all …]
DSoftmaxLayerFixture.h50 …void setup(TensorShape shape, DataType data_type, QuantizationInfo quantization_info, float beta, … in setup()
74 TensorType compute_target(const TensorShape &shape, DataType data_type, in compute_target()
104 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, in compute_reference()
126 void setup(TensorShape shape, DataType data_type, float beta, size_t axis) in setup()
141 …void setup(TensorShape shape, DataType data_type, QuantizationInfo quantization_info, float beta, … in setup()
DArithmeticDivisionFixture.h48 void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in setup()
62 …TensorType compute_target(const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in compute_target()
96 …nsor<T> compute_reference(const TensorShape &shape0, const TensorShape &shape1, DataType data_type) in compute_reference()
118 void setup(const TensorShape &shape, DataType data_type) in setup()
DArgMinMaxFixture.h50 …void setup(TensorShape shape, DataType data_type, int axis, ReductionOperation op, QuantizationInf… in setup()
96 …TensorType compute_target(TensorShape &src_shape, DataType data_type, int axis, ReductionOperation… in compute_target()
125 …SimpleTensor<int32_t> compute_reference(TensorShape &src_shape, DataType data_type, int axis, Redu… in compute_reference()
146 …void setup(const TensorShape &shape, DataType data_type, int axis, ReductionOperation op, Quantiza… in setup()
157 void setup(const TensorShape &shape, DataType data_type, int axis, ReductionOperation op) in setup()
DAccumulateFixture.h48 void setup(TensorShape shape, DataType data_type, DataType output_data_type) in setup()
61 … TensorType compute_target(const TensorShape &shape, DataType data_type, DataType output_data_type) in compute_target()
93 …SimpleTensor<T2> compute_reference(const TensorShape &shape, DataType data_type, DataType output_d… in compute_reference()
119 void setup(TensorShape shape, DataType data_type, DataType output_data_type) in setup()
140 void setup(TensorShape shape, DataType data_type, DataType output_data_type) in setup()
168 void setup(TensorShape shape, DataType data_type, DataType output_data_type) in setup()
DSliceOperationsFixtures.h50 void setup(TensorShape shape, Coordinates starts, Coordinates ends, DataType data_type) in setup()
63 …t(const TensorShape &shape, const Coordinates &starts, const Coordinates &ends, DataType data_type) in compute_target()
93 …e(const TensorShape &shape, const Coordinates &starts, const Coordinates &ends, DataType data_type) in compute_reference()
116 DataType data_type) in setup()
132 DataType data_type) in compute_target()
165 DataType data_type) in compute_reference()
DUpsampleLayerFixture.h47 void setup(TensorShape input_shape, DataType data_type, DataLayout data_layout, in setup()
64DataType data_type, DataLayout data_layout, QuantizationInfo quantization_info) in compute_target()
104 DataType data_type, QuantizationInfo quantization_info) in compute_reference()
125 void setup(TensorShape input_shape, DataType data_type, DataLayout data_layout, in setup()
138 void setup(TensorShape input_shape, DataType data_type, DataLayout data_layout, in setup()
DSplitFixture.h52 void setup(TensorShape shape, unsigned int axis, unsigned int splits, DataType data_type) in setup()
65 …ompute_target(const TensorShape &shape, unsigned int axis, unsigned int splits, DataType data_type) in compute_target()
110 …ute_reference(const TensorShape &shape, unsigned int axis, unsigned int splits, DataType data_type) in compute_reference()
154 …up(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes, DataType data_type) in setup()
167 …et(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes, DataType data_type) in compute_target()
219 …ce(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes, DataType data_type) in compute_reference()
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()
DPoolingLayerFixture.h80 DataType data_type, DataLayout data_layout, in compute_target()
121 …SimpleTensor<T> compute_reference(TensorShape shape, PoolingLayerInfo info, DataType data_type, Da… in compute_reference()
142 …2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType data_type, DataLayout … in setup()
154 …2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType data_type, DataLayout … in setup()
190 void setup(TensorShape src_shape, PoolingLayerInfo pool_info, DataType data_type) in setup()
DReduceMeanFixture.h51 …void setup(TensorShape shape, DataType data_type, Coordinates axis, bool keep_dims, QuantizationIn… in setup()
75 …TensorType compute_target(TensorShape &src_shape, DataType data_type, Coordinates axis, bool keep_… in compute_target()
105 …SimpleTensor<T> compute_reference(TensorShape &src_shape, DataType data_type, Coordinates axis, bo… in compute_reference()
144 …void setup(TensorShape shape, DataType data_type, Coordinates axis, bool keep_dims, QuantizationIn… in setup()
155 void setup(TensorShape shape, DataType data_type, Coordinates axis, bool keep_dims) in setup()
DDirectConvolutionLayerFixture.h56DataType data_type, QuantizationInfo quantization_info, ActivationLayerInfo act_info, DataLayout d… in setup()
77DataType data_type, QuantizationInfo quantization_info, ActivationLayerInfo act_info, DataLayout d… in setup()
129DataType data_type, DataType bias_data_type, QuantizationInfo quantization_info, ActivationLayerIn… in compute_target()
176DataType data_type, DataType bias_data_type, QuantizationInfo quantization_info, ActivationLayerIn… in compute_reference()
202 …_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType data_type, ActivationL… in setup()
215 …_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType data_type, Quantizatio… in setup()
229DataType data_type, QuantizationInfo quantization_info, ActivationLayerInfo act_info, DataLayout d… in setup()
242 DataType data_type, ActivationLayerInfo act_info) in setup()
DDirectConvolutionLayerTensorShiftFixture.h53 DataType data_type, QuantizationInfo quantization_info) in setup()
70 DataType data_type, QuantizationInfo quantization_info) in setup()
114DataType data_type, DataType bias_data_type, QuantizationInfo quantization_info) in compute_target()
165DataType data_type, DataType bias_data_type, QuantizationInfo quantization_info) in compute_reference()
210 …de_y, int pad_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType data_type) in setup()
222 …_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType data_type, Quantizatio… in setup()
235 DataType data_type, QuantizationInfo quantization_info) in setup()
248 DataType data_type) in setup()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise_test_util.cc37 auto data_type = DeduceDataTypeFromPrecision(precision); in AbsTest() local
64 auto data_type = DeduceDataTypeFromPrecision(precision); in CosTest() local
90 auto data_type = DeduceDataTypeFromPrecision(precision); in CopyTest() local
115 auto data_type = DeduceDataTypeFromPrecision(precision); in EluTest() local
143 auto data_type = DeduceDataTypeFromPrecision(precision); in ExpTest() local
171 auto data_type = DeduceDataTypeFromPrecision(precision); in FloorTest() local
201 auto data_type = DeduceDataTypeFromPrecision(precision); in FloorDivTest() local
235 auto data_type = DeduceDataTypeFromPrecision(precision); in FloorModTest() local
268 auto data_type = DeduceDataTypeFromPrecision(precision); in HardSwishTest() local
295 auto data_type = DeduceDataTypeFromPrecision(precision); in LogTest() local
[all …]
Dpadding_test_util.cc42 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingAppendWidthTest() local
72 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependWidthTest() local
102 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingAppendHeightTest() local
131 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependHeightTest() local
160 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingAppendChannelsTest() local
189 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependChannelsTest() local
218 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingPrependChannelsX4Test() local
247 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingComplexTest() local
280 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingReflectWidthTest() local
310 auto data_type = DeduceDataTypeFromPrecision(precision); in PaddingReflectChannelsTest() local
Dresize_test_util.cc43 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearAlignedTest() local
75 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearNonAlignedTest() local
108 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearWithoutHalfPixelTest() local
140 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeBilinearWithHalfPixelTest() local
172 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeNearestTest() local
204 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeNearestAlignCornersTest() local
236 auto data_type = DeduceDataTypeFromPrecision(precision); in ResizeNearestHalfPixelCentersTest() local
Dtile_test_util.cc37 auto data_type = DeduceDataTypeFromPrecision(precision); in TileChannelsTest() local
64 auto data_type = DeduceDataTypeFromPrecision(precision); in TileChannelsX4Test() local
92 auto data_type = DeduceDataTypeFromPrecision(precision); in TileWidthTest() local
119 auto data_type = DeduceDataTypeFromPrecision(precision); in TileHeightTest() local
147 auto data_type = DeduceDataTypeFromPrecision(precision); in TileHWCTest() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Ddata_type.cc24 size_t SizeOf(DataType data_type) { in SizeOf()
47 std::string ToString(DataType data_type) { in ToString()
77 std::string ToCLDataType(DataType data_type, int vec_size) { in ToCLDataType()
108 std::string ToMetalDataType(DataType data_type, int vec_size) { in ToMetalDataType()
/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/reference/
DSobel.cpp93 struct data_type<int16_t> struct
95 const static DataType value = DataType::S16;
99 struct data_type<int> struct
101 const static DataType value = DataType::S32;

12345678910>>...19