Home
last modified time | relevance | path

Searched refs:CreateElementwiseOneInput (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Delementwise_test_util.cc42 GPUOperation operation = CreateElementwiseOneInput( in AbsTest()
69 GPUOperation operation = CreateElementwiseOneInput( in CosTest()
95 GPUOperation operation = CreateElementwiseOneInput( in CopyTest()
120 GPUOperation operation = CreateElementwiseOneInput( in EluTest()
148 GPUOperation operation = CreateElementwiseOneInput( in ExpTest()
176 GPUOperation operation = CreateElementwiseOneInput( in FloorTest()
273 GPUOperation operation = CreateElementwiseOneInput( in HardSwishTest()
300 GPUOperation operation = CreateElementwiseOneInput( in LogTest()
327 GPUOperation operation = CreateElementwiseOneInput( in NegTest()
353 GPUOperation operation = CreateElementwiseOneInput( in RsqrtTest()
[all …]
H A Delementwise.h30 GPUOperation CreateElementwiseOneInput(const GpuInfo& gpu_info,
H A Delementwise.cc332 GPUOperation CreateElementwiseOneInput(const GpuInfo& gpu_info, in CreateElementwiseOneInput() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_model_test_util.cc110 GPUOperation cos_operation = CreateElementwiseOneInput( in TestLinkingConvolutionAndCosOp()
681 GPUOperation cos_operation = CreateElementwiseOneInput( in TestLinkingConvolution2InputMul2InputMulCos()
786 GPUOperation tanh_operation = CreateElementwiseOneInput( in TestLinkingConvolutionFirstTanh2InputDiff()
904 GPUOperation tanh_operation = CreateElementwiseOneInput( in TestLinkingConvolutionSecondTanh2InputDiff()
1039 GPUOperation tanh_operation = CreateElementwiseOneInput( in TestLinkingConvolutionFirstTanhSecondCos2InputDiff()
1047 GPUOperation cos_operation = CreateElementwiseOneInput( in TestLinkingConvolutionFirstTanhSecondCos2InputDiff()
1236 GPUOperation tanh_operation = CreateElementwiseOneInput( in TestLinkingComplex0()
1244 GPUOperation cos_operation = CreateElementwiseOneInput( in TestLinkingComplex0()
1260 GPUOperation sin_operation = CreateElementwiseOneInput( in TestLinkingComplex0()
1276 GPUOperation exp_operation = CreateElementwiseOneInput( in TestLinkingComplex0()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
H A Doperation_selector.cc732 operation = CreateElementwiseOneInput(gpu_info, op_def, op_type); in GPUOperationFromNodePart0()