Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/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 HardSwishTest() local
198 auto data_type = DeduceDataTypeFromPrecision(precision); in LogTest() local
225 auto data_type = DeduceDataTypeFromPrecision(precision); in NegTest() local
251 auto data_type = DeduceDataTypeFromPrecision(precision); in RsqrtTest() local
280 auto data_type = DeduceDataTypeFromPrecision(precision); in SigmoidTest() 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
Dreduce_test_util.cc39 auto data_type = DeduceDataTypeFromPrecision(precision); in MeanHWTest() local
66 auto data_type = DeduceDataTypeFromPrecision(precision); in ReduceSumChannelsTest() local
93 auto data_type = DeduceDataTypeFromPrecision(precision); in ReduceProductChannelsTest() local
121 auto data_type = DeduceDataTypeFromPrecision(precision); in ReduceMaxChannelsTest() local
149 auto data_type = DeduceDataTypeFromPrecision(precision); in ReduceMinChannelsTest() local
Dspace_to_depth_test_util.cc38 auto data_type = DeduceDataTypeFromPrecision(precision); in SpaceToDepthTensorShape1x2x2x1BlockSize2Test() local
65 auto data_type = DeduceDataTypeFromPrecision(precision); in SpaceToDepthTensorShape1x2x2x2BlockSize2Test() local
94 auto data_type = DeduceDataTypeFromPrecision(precision); in SpaceToDepthTensorShape1x2x2x3BlockSize2Test() local
125 auto data_type = DeduceDataTypeFromPrecision(precision); in SpaceToDepthTensorShape1x4x4x1BlockSize2Test() local
Dsoftmax_test_util.cc40 auto data_type = DeduceDataTypeFromPrecision(precision); in SoftmaxTest() local
80 auto data_type = DeduceDataTypeFromPrecision(precision); in SoftmaxBigNumberTest() local
110 auto data_type = DeduceDataTypeFromPrecision(precision); in Softmax1x1Test() local
149 auto data_type = DeduceDataTypeFromPrecision(precision); in Softmax1x1BigNumberTest() local
Dconcat_test_util.cc44 auto data_type = DeduceDataTypeFromPrecision(precision); in ConcatWidthTest() local
77 auto data_type = DeduceDataTypeFromPrecision(precision); in ConcatHeightTest() local
111 auto data_type = DeduceDataTypeFromPrecision(precision); in ConcatChannelsTest() local
149 auto data_type = DeduceDataTypeFromPrecision(precision); in ConcatChannelsAlignedx4Test() local
Drelu_test_util.cc42 auto data_type = DeduceDataTypeFromPrecision(precision); in ReLUNoClipNoAlphaTest() local
71 auto data_type = DeduceDataTypeFromPrecision(precision); in ReLUClipTest() local
100 auto data_type = DeduceDataTypeFromPrecision(precision); in ReLUAlphaTest() local
129 auto data_type = DeduceDataTypeFromPrecision(precision); in ReLUAlphaClipTest() local
Dconv_powervr_test_util.cc48 auto data_type = DeduceDataTypeFromPrecision(precision); in ConvPowerVR1x1SimpleWeightsTest() local
85 auto data_type = DeduceDataTypeFromPrecision(precision); in ConvPowerVR1x1Test() local
122 auto data_type = DeduceDataTypeFromPrecision(precision); in ConvPowerVRSimpleWeightsTest() local
159 auto data_type = DeduceDataTypeFromPrecision(precision); in ConvPowerVRTest() local
Dpooling_test_util.cc45 auto data_type = DeduceDataTypeFromPrecision(precision); in AveragePoolingTest() local
76 auto data_type = DeduceDataTypeFromPrecision(precision); in AveragePoolingNonEmptyPaddingTest() local
108 auto data_type = DeduceDataTypeFromPrecision(precision); in MaxPoolingTest() local
140 auto data_type = DeduceDataTypeFromPrecision(precision); in MaxPoolingIndicesTest() local
Dquantize_and_dequantize_test_util.cc47 auto data_type = DeduceDataTypeFromPrecision(precision); in QuantAndDequant_Dim2Bits8Test() local
84 auto data_type = DeduceDataTypeFromPrecision(precision); in QuantAndDequant_Dim3Bits8_NegativeRangeTest() local
120 auto data_type = DeduceDataTypeFromPrecision(precision); in QuantAndDequant_Dim3Bits16Test() local
157 auto data_type = DeduceDataTypeFromPrecision(precision); in QuantAndDequant_Dim2Bits16_NegativeRangeTest() local
Dprelu_test_util.cc45 auto data_type = DeduceDataTypeFromPrecision(precision); in PReLUAlphaTest() local
77 auto data_type = DeduceDataTypeFromPrecision(precision); in PReLUAlphaClipTest() local
109 auto data_type = DeduceDataTypeFromPrecision(precision); in PReLUHWCAlphaTest() local
Ddepthwise_conv_test_util.cc48 auto data_type = DeduceDataTypeFromPrecision(precision); in DepthwiseConvSimpleWeightsTest() local
85 auto data_type = DeduceDataTypeFromPrecision(precision); in DepthwiseConvNoMultiplierTest() local
123 auto data_type = DeduceDataTypeFromPrecision(precision); in DepthwiseConvMultiplier2Test() local
Dconv_weights_converter_test_util.cc128 auto data_type = DeduceDataTypeFromPrecision(precision); in ConverterToConvWeights1x1OutX4Test() local
162 auto data_type = DeduceDataTypeFromPrecision(precision); in ConverterToConvWeights1x1OutX4UnalignedTest() local
195 auto data_type = DeduceDataTypeFromPrecision(precision); in ConverterToConvWeights1x1OutX2Test() local
228 auto data_type = DeduceDataTypeFromPrecision(precision); in ConverterToConvWeightsOutX2Test() local
263 auto data_type = DeduceDataTypeFromPrecision(precision); in ConverterToConvTransposedWeights4x4Test() local
298 auto data_type = DeduceDataTypeFromPrecision(precision); in ConverterToConvWeights4xTexturesTest() local
Dadd_test_util.cc39 auto data_type = DeduceDataTypeFromPrecision(precision); in AddTwoEqualTensorsTest() local
69 auto data_type = DeduceDataTypeFromPrecision(precision); in AddFirstTensorHasMoreChannelsThanSecondTest() local
100 auto data_type = DeduceDataTypeFromPrecision(precision); in AddFirstTensorHasLessChannelsThanSecond() local
Dfully_connected_test_util.cc45 auto data_type = DeduceDataTypeFromPrecision(precision); in FullyConnectedTest() local
91 auto data_type = DeduceDataTypeFromPrecision(precision); in FullyConnectedLargeTest() local
148 auto data_type = DeduceDataTypeFromPrecision(precision); in FullyConnectedExtraLargeTest() 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/llvm-project/clang/lib/Serialization/
DASTReaderInternals.h53 using data_type = SmallVector<DeclID, 4>; variable
196 struct data_type { struct
197 SelectorID ID;
198 unsigned InstanceBits;
199 unsigned FactoryBits;
200 bool InstanceHasMoreThanOneDecl;
201 bool FactoryHasMoreThanOneDecl;
202 SmallVector<ObjCMethodDecl *, 2> Instance;
203 SmallVector<ObjCMethodDecl *, 2> Factory;
262 using data_type = HeaderFileInfo; variable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconv_depthwise_common.cc38 const string data_type = GetFloatDataType(::testing::get<1>(data.param)); in DepthwiseConvolution2DTestDataToString() local
59 const string data_type = GetFloatDataType(use_bfloat16); in BuildHloTextDepthwiseConvolution2D() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h34 DataType data_type; member
39 DataType data_type; member
44 DataType data_type; member
49 DataType data_type; member
60 DataType data_type; member
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_deterministic_test.py43 def _randomDataOp(self, shape, data_type): argument
71 data_type): argument
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp86 const char* const data_type) { in GetInMainCodeGenerator()
158 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local
185 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local
216 const char* const data_type = std::get<4>(GetParam()); in TEST_P() local
244 const char* const data_type) { in GetInFunctionCodeGenerator()
326 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local
353 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local
382 const char* const data_type) { in GetVariableCodeGenerator()
451 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local
478 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local
[all …]

12345678910>>...12