/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | simple_selectors.cc | 49 std::unique_ptr<GPUOperation> SelectLSTM(const OperationDef& op_def, in SelectLSTM() 55 const OperationDef& op_def) { in SelectReLU() 61 const OperationDef& op_def) { in SelectPReLU() 66 const OperationDef& op_def) { in SelectPooling() 71 const MaxUnpooling2DAttributes& attr, const OperationDef& op_def) { in SelectMaxUnpooling() 75 void SelectAdd(const OperationDef& op_def, const std::vector<int>& channels, in SelectAdd() 82 const OperationDef& op_def, in SelectResize() 91 const OperationDef& op_def, const GpuInfo& gpu_info, in SelectConcat() 114 const OperationDef& op_def) { in SelectDWConvolutionDynamicWeights() 120 const OperationDef& op_def, in SelectReshape() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | convolution_selector.cc | 38 const GpuInfo& gpu_info, const OperationDef& op_def, in SelectConvolutionAdreno() 51 const GpuInfo& gpu_info, const OperationDef& op_def, in SelectConvolutionWinogradAdreno() 61 const OperationDef& op_def, ModelHints hints, in SelectConvolutionDynamicWeightsAdreno() 71 const GpuInfo& gpu_info, const OperationDef& op_def) { in SelectConvolutionNVidia() 83 const OperationDef& op_def) { in SelectConvolutionPowerVR() 90 const GpuInfo& gpu_info, const OperationDef& op_def) { in SelectConvolutionMali() 104 const GpuInfo& gpu_info, const OperationDef& op_def) { in SelectConvolutionWinogradMali() 119 const OperationDef& op_def, ModelHints hints, in SelectConvolutionDynamicWeightsMali() 139 const GpuInfo& gpu_info, const OperationDef& op_def, in SelectConvolution() 161 const GpuInfo& gpu_info, const OperationDef& op_def, in SelectConvolutionForWinograd() [all …]
|
D | dw_convolution_selector.cc | 28 const OperationDef& op_def) { in SelectDWConvolutionAdreno() 40 const OperationDef& op_def) { in SelectDWConvolutionPowerVR() 52 const OperationDef& op_def) { in SelectDWConvolutionMali() 69 const OperationDef& op_def) { in SelectDWConvolutionApple() 85 const OperationDef& op_def) { in SelectDWConvolution()
|
D | convolution_transposed_selector.cc | 30 const OperationDef& op_def) { in SelectConvolutionTransposedAdreno() 48 const OperationDef& op_def) { in SelectConvolutionTransposedPowerVR() 74 const OperationDef& op_def) { in SelectConvolutionTransposedMali() 83 const OperationDef& op_def) { in SelectConvolutionTransposed() 98 const OperationDef& op_def, WeightsDescription* weights_desc) { in SelectConvolutionTransposedWithDynamicWeights()
|
D | fully_connected_selector.cc | 29 const OperationDef& op_def, int batch_size) { in SelectFullyConnectedGeneric() 42 const OperationDef& op_def, int batch_size) { in SelectFullyConnectedAdreno() 55 const OperationDef& op_def, int batch_size) { in SelectFullyConnectedPowerVR() 67 const OperationDef& op_def, int batch_size) { in SelectFullyConnectedMali() 86 const OperationDef& op_def, int batch_size) { in SelectFullyConnected()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise_test_util.cc | 35 OperationDef op_def; in AbsTest() local 62 OperationDef op_def; in CosTest() local 88 OperationDef op_def; in CopyTest() local 113 OperationDef op_def; in EluTest() local 141 OperationDef op_def; in ExpTest() local 169 OperationDef op_def; in HardSwishTest() local 196 OperationDef op_def; in LogTest() local 223 OperationDef op_def; in NegTest() local 249 OperationDef op_def; in RsqrtTest() local 278 OperationDef op_def; in SigmoidTest() local [all …]
|
D | padding_test_util.cc | 40 OperationDef op_def; in PaddingAppendWidthTest() local 70 OperationDef op_def; in PaddingPrependWidthTest() local 100 OperationDef op_def; in PaddingAppendHeightTest() local 129 OperationDef op_def; in PaddingPrependHeightTest() local 158 OperationDef op_def; in PaddingAppendChannelsTest() local 187 OperationDef op_def; in PaddingPrependChannelsTest() local 216 OperationDef op_def; in PaddingPrependChannelsX4Test() local 245 OperationDef op_def; in PaddingComplexTest() local 278 OperationDef op_def; in PaddingReflectWidthTest() local 308 OperationDef op_def; in PaddingReflectChannelsTest() local
|
D | resize_test_util.cc | 41 OperationDef op_def; in ResizeBilinearAlignedTest() local 73 OperationDef op_def; in ResizeBilinearNonAlignedTest() local 106 OperationDef op_def; in ResizeBilinearWithoutHalfPixelTest() local 138 OperationDef op_def; in ResizeBilinearWithHalfPixelTest() local 170 OperationDef op_def; in ResizeNearestTest() local 202 OperationDef op_def; in ResizeNearestAlignCornersTest() local 234 OperationDef op_def; in ResizeNearestHalfPixelCentersTest() local
|
D | reduce_test_util.cc | 37 OperationDef op_def; in MeanHWTest() local 64 OperationDef op_def; in ReduceSumChannelsTest() local 91 OperationDef op_def; in ReduceProductChannelsTest() local 119 OperationDef op_def; in ReduceMaxChannelsTest() local 147 OperationDef op_def; in ReduceMinChannelsTest() local
|
D | space_to_depth_test_util.cc | 36 OperationDef op_def; in SpaceToDepthTensorShape1x2x2x1BlockSize2Test() local 63 OperationDef op_def; in SpaceToDepthTensorShape1x2x2x2BlockSize2Test() local 92 OperationDef op_def; in SpaceToDepthTensorShape1x2x2x3BlockSize2Test() local 123 OperationDef op_def; in SpaceToDepthTensorShape1x4x4x1BlockSize2Test() local
|
D | softmax_test_util.cc | 38 OperationDef op_def; in SoftmaxTest() local 78 OperationDef op_def; in SoftmaxBigNumberTest() local 108 OperationDef op_def; in Softmax1x1Test() local 147 OperationDef op_def; in Softmax1x1BigNumberTest() local
|
D | concat_test_util.cc | 42 OperationDef op_def; in ConcatWidthTest() local 75 OperationDef op_def; in ConcatHeightTest() local 109 OperationDef op_def; in ConcatChannelsTest() local 147 OperationDef op_def; in ConcatChannelsAlignedx4Test() local
|
D | relu_test_util.cc | 40 OperationDef op_def; in ReLUNoClipNoAlphaTest() local 69 OperationDef op_def; in ReLUClipTest() local 98 OperationDef op_def; in ReLUAlphaTest() local 127 OperationDef op_def; in ReLUAlphaClipTest() local
|
D | conv_powervr_test_util.cc | 46 OperationDef op_def; in ConvPowerVR1x1SimpleWeightsTest() local 83 OperationDef op_def; in ConvPowerVR1x1Test() local 120 OperationDef op_def; in ConvPowerVRSimpleWeightsTest() local 157 OperationDef op_def; in ConvPowerVRTest() local
|
D | conv_weights_converter_test_util.cc | 32 const OperationDef& op_def) { in ConvolutionWeightsConverterTest() 126 OperationDef op_def; in ConverterToConvWeights1x1OutX4Test() local 160 OperationDef op_def; in ConverterToConvWeights1x1OutX4UnalignedTest() local 193 OperationDef op_def; in ConverterToConvWeights1x1OutX2Test() local 226 OperationDef op_def; in ConverterToConvWeightsOutX2Test() local 261 OperationDef op_def; in ConverterToConvTransposedWeights4x4Test() local 296 OperationDef op_def; in ConverterToConvWeights4xTexturesTest() local
|
D | pooling_test_util.cc | 43 OperationDef op_def; in AveragePoolingTest() local 74 OperationDef op_def; in AveragePoolingNonEmptyPaddingTest() local 106 OperationDef op_def; in MaxPoolingTest() local 138 OperationDef op_def; in MaxPoolingIndicesTest() local
|
D | space_to_depth.cc | 28 std::string GetSpaceToDepthCode(const OperationDef& op_def) { in GetSpaceToDepthCode() 73 GPUOperation CreateSpaceToDepth(const OperationDef& op_def, in CreateSpaceToDepth()
|
D | quantize_and_dequantize_test_util.cc | 45 OperationDef op_def; in QuantAndDequant_Dim2Bits8Test() local 82 OperationDef op_def; in QuantAndDequant_Dim3Bits8_NegativeRangeTest() local 118 OperationDef op_def; in QuantAndDequant_Dim3Bits16Test() local 155 OperationDef op_def; in QuantAndDequant_Dim2Bits16_NegativeRangeTest() local
|
D | prelu_test_util.cc | 43 OperationDef op_def; in PReLUAlphaTest() local 75 OperationDef op_def; in PReLUAlphaClipTest() local 107 OperationDef op_def; in PReLUHWCAlphaTest() local
|
D | depthwise_conv_test_util.cc | 46 OperationDef op_def; in DepthwiseConvSimpleWeightsTest() local 83 OperationDef op_def; in DepthwiseConvNoMultiplierTest() local 121 OperationDef op_def; in DepthwiseConvMultiplier2Test() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_def_builder.h | 45 : op_def(def), shape_inference_fn(fn), is_function_op(is_function) {} in op_def() function 47 OpDef op_def; member 166 OpDef* op_def() { return &op_reg_data_.op_def; } in op_def() function
|
D | fake_input.cc | 59 FakeInputImpl::FakeInputImpl(const OpDef* op_def, int in_index, in FakeInputImpl() 201 return [dt](const OpDef& op_def, int in_index, const NodeDef& node_def, in FakeInput() 210 return [n](const OpDef& op_def, int in_index, const NodeDef& node_def, in FakeInput() 219 return [n, dt](const OpDef& op_def, int in_index, const NodeDef& node_def, in FakeInput() 232 return [dtv](const OpDef& op_def, int in_index, const NodeDef& node_def, in FakeInput() 233 NodeDefBuilder* builder) { in FakeInput()
|
D | node_def_util_test.cc | 52 void ExpectSuccess(const NodeDef& good, const OpDef& op_def) { in ExpectSuccess() 58 void ExpectFailure(const NodeDef& bad, const OpDef& op_def, in ExpectFailure() 410 const OpDef op_def = ToOpDef(OpDefBuilder("Simple") in TEST() local 431 const OpDef op_def = ToOpDef(OpDefBuilder("Simple") in TEST() local 452 const OpDef op_def = ToOpDef(OpDefBuilder("TestSplitOp") in TEST() local 466 const OpDef op_def = ToOpDef(OpDefBuilder("Simple") in TEST() local 482 const OpDef op_def = ToOpDef(OpDefBuilder("Simple") in TEST() local 502 const OpDef op_def = ToOpDef(OpDefBuilder("Polymorphic") in TEST() local 530 const OpDef op_def = ToOpDef(OpDefBuilder("NRepeats") in TEST() local 572 const OpDef op_def = ToOpDef(OpDefBuilder("TypeList") in TEST() local
|
D | op_def_util.cc | 151 const OpDef::AttrDef* FindAttr(StringPiece name, const OpDef& op_def) { in FindAttr() 160 OpDef::AttrDef* FindAttrMutable(StringPiece name, OpDef* op_def) { in FindAttrMutable() 169 const OpDef::ArgDef* FindInputArg(StringPiece name, const OpDef& op_def) { in FindInputArg() 195 static Status ValidateArg(const OpDef::ArgDef& arg, const OpDef& op_def, in ValidateArg() 271 Status ValidateOpDef(const OpDef& op_def) { in ValidateOpDef() 353 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { in CheckOpDeprecation() 403 string SummarizeOpDef(const OpDef& op_def) { in SummarizeOpDef() 502 void FillAttrMap(const OpDef& op_def, AttrMap* attr_map) { in FillAttrMap() 757 void RemoveNonDeprecationDescriptionsFromOpDef(OpDef* op_def) { in RemoveNonDeprecationDescriptionsFromOpDef() 771 void RemoveDescriptionsFromOpDef(OpDef* op_def) { in RemoveDescriptionsFromOpDef() [all …]
|
/external/toybox/toys/pending/ |
D | expr.c | 135 static struct op_def { struct 154 void eval_op(struct op_def *o, struct value *ret, struct value *rhs) in eval_op() argument
|