Home
last modified time | relevance | path

Searched refs:GetGpuInfo (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dfully_connected_test_util.cc50 CreateFullyConnected(env->GetGpuInfo(), op_def, attr); in FullyConnectedTest()
96 CreateFullyConnected(env->GetGpuInfo(), op_def, attr); in FullyConnectedLargeTest()
139 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in FullyConnectedExtraLargeTest()
143 env->GetGpuInfo().IsApiMetal() && env->GetGpuInfo().IsIntel()) { in FullyConnectedExtraLargeTest()
153 CreateFullyConnected(env->GetGpuInfo(), op_def, attr); in FullyConnectedExtraLargeTest()
Delementwise_test_util.cc42 env->GetGpuInfo(), op_def, OperationType::ABS); in AbsTest()
69 env->GetGpuInfo(), op_def, OperationType::COS); in CosTest()
95 env->GetGpuInfo(), op_def, OperationType::COPY); in CopyTest()
120 env->GetGpuInfo(), op_def, OperationType::ELU); in EluTest()
148 env->GetGpuInfo(), op_def, OperationType::EXP); in ExpTest()
176 env->GetGpuInfo(), op_def, OperationType::HARD_SWISH); in HardSwishTest()
203 env->GetGpuInfo(), op_def, OperationType::LOG); in LogTest()
230 env->GetGpuInfo(), op_def, OperationType::NEG); in NegTest()
256 env->GetGpuInfo(), op_def, OperationType::RSQRT); in RsqrtTest()
285 env->GetGpuInfo(), op_def, OperationType::SIGMOID); in SigmoidTest()
[all …]
Dreduce_test_util.cc45 env->GetGpuInfo()); in MeanHWTest()
72 op_def, env->GetGpuInfo()); in ReduceSumChannelsTest()
99 op_def, env->GetGpuInfo()); in ReduceProductChannelsTest()
127 op_def, env->GetGpuInfo()); in ReduceMaxChannelsTest()
155 op_def, env->GetGpuInfo()); in ReduceMinChannelsTest()
Dwinograd_test_util.cc71 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd4x4To36TileX6Test()
84 CreateWinograd4x4To36TileX6(env->GetGpuInfo(), op_def, padding); in Winograd4x4To36TileX6Test()
143 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd36To4x4Tile4x1Test()
153 CreateWinograd36To4x4Tile4x1(env->GetGpuInfo(), op_def, biases); in Winograd36To4x4Tile4x1Test()
207 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd4x4To36Test()
278 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd36To4x4Test()
Dconv_powervr_test_util.cc53 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVR1x1SimpleWeightsTest()
90 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVR1x1Test()
127 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVRSimpleWeightsTest()
164 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVRTest()
Dprelu_test_util.cc49 GPUOperation operation = CreatePReLU(env->GetGpuInfo(), op_def, attr); in PReLUAlphaTest()
81 GPUOperation operation = CreatePReLU(env->GetGpuInfo(), op_def, attr); in PReLUAlphaClipTest()
113 GPUOperation operation = CreatePReLU(env->GetGpuInfo(), op_def, attr); in PReLUHWCAlphaTest()
Ddepthwise_conv_test_util.cc53 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvSimpleWeightsTest()
90 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvNoMultiplierTest()
128 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvMultiplier2Test()
Dmean_stddev_normalization_test_util.cc46 CreateMeanStdDevNormalization(op_def, env->GetGpuInfo(), 1); in MeanStddevNormSeparateBatchesTest()
93 CreateMeanStdDevNormalization(op_def, env->GetGpuInfo(), 1); in MeanStddevNormalizationAllBatchesTest()
147 auto operation = CreateMeanStdDevNormalization(op_def, env->GetGpuInfo(), in MeanStddevNormalizationLargeVectorTest()
Dconvolution_transposed_test_util.cc54 CreateConvolutionTransposed(env->GetGpuInfo(), op_def, attr); in ConvolutionTransposedSimpleWeightsTest()
94 CreateConvolutionTransposed(env->GetGpuInfo(), op_def, attr); in ConvolutionTransposedTest()
Ddepthwise_conv_3x3_test_util.cc54 CreateDepthwiseConv3x3(env->GetGpuInfo(), op_def, attr); in DepthwiseConv3x3SimpleWeightsTest()
92 CreateDepthwiseConv3x3(env->GetGpuInfo(), op_def, attr); in DepthwiseConv3x3Test()
Dconvolution_transposed_4x4_test_util.cc54 CreateConvolutionTransposed4x4(env->GetGpuInfo(), op_def, attr); in ConvolutionTransposed4x4SimpleWeightsTest()
Ddepthwise_conv_3x3_stride_h2_test_util.cc54 CreateDepthWiseConv3x3StrideH2(op_def, attr, env->GetGpuInfo()); in DepthWiseConv3x3StrideH2SimpleWeightsTest()
Dconcat_test_util.cc118 CreateConcatZ(op_def, {1, 2, 3}, env->GetGpuInfo()); in ConcatChannelsTest()
154 GPUOperation operation = CreateConcatZ(op_def, {4, 4}, env->GetGpuInfo()); in ConcatChannelsAlignedx4Test()
Dlstm_test_util.cc60 GPUOperation operation = CreateLSTM(op_def, env->GetGpuInfo()); in LstmTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_operation.cc184 operation_->AssembleCode(creation_context.GetGpuInfo()); in Compile()
189 creation_context.GetGpuInfo(), in Compile()
195 return operation_->PostCompileCheck(creation_context.GetGpuInfo(), in Compile()
201 RETURN_IF_ERROR(cl_args_.Init(creation_context.GetGpuInfo(), in CompileDeserialized()
Dcl_operation.h41 const GpuInfo& GetGpuInfo() const { return device->info_; } in GetGpuInfo() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconvolution_transposed_3x3_thin_test.cc58 CreateConvolutionTransposed3x3Thin(creation_context_.GetGpuInfo(), in TEST_F()
96 CreateConvolutionTransposed3x3Thin(creation_context_.GetGpuInfo(), in TEST_F()
Dconvolution_transposed_thin_test.cc59 creation_context_.GetGpuInfo(), op_def, attr); in TEST_F()
99 creation_context_.GetGpuInfo(), op_def, attr); in TEST_F()
Dconv_buffer_1x1_test.cc60 creation_context_.GetGpuInfo(), op_def, attr, &src_tensor.shape); in TEST_F()
97 creation_context_.GetGpuInfo(), op_def, attr, &src_tensor.shape); in TEST_F()
Dconv_constants_test.cc59 CreateConvConstants(creation_context_.GetGpuInfo(), op_def, attr); in TEST_F()
96 CreateConvConstants(creation_context_.GetGpuInfo(), op_def, attr); in TEST_F()
Dconvolution_transposed_3x3_test.cc58 creation_context_.GetGpuInfo(), op_def, attr); in TEST_F()
Dcl_test.h51 const GpuInfo& GetGpuInfo() const override;
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dconv_test.mm68 CreateConvolutionMetal(op_def, BHWC(1, 2, 2, 2), attr, env->GetGpuInfo());
104 CreateConvolutionMetal(op_def, BHWC(1, 1, 1, 1), attr, env->GetGpuInfo());
140 CreateConvolutionMetal(op_def, BHWC(1, 1, 1, 1), attr, env->GetGpuInfo());
176 CreateConvolutionMetal(op_def, BHWC(1, 2, 1, 2), attr, env->GetGpuInfo());
212 CreateConvolutionMetal(op_def, BHWC(1, 2, 2, 1), attr, env->GetGpuInfo());
270 auto gpu_op0 = CreateConvolutionMetal(op_def, dst_shape, attr, env->GetGpuInfo());
280 CreateConvolutionMetalWino4x4To6x6(op_def, conv_shape, attr, env->GetGpuInfo());
Dtest_util.h45 const GpuInfo& GetGpuInfo() const { return device_.GetInfo(); } in GetGpuInfo() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtesting_util.h43 virtual const GpuInfo& GetGpuInfo() const = 0;

12