/external/ComputeLibrary/tests/datasets/ |
D | SplitDataset.h | 91 void add_config(TensorShape shape, unsigned int axis, unsigned int splits) in add_config() function 186 void add_config(TensorShape shape, unsigned int axis, std::vector<TensorShape> split_shapes) in add_config() function
|
D | NormalizePlanarYUVLayerDataset.h | 90 void add_config(TensorShape tensor, TensorShape param) in add_config() function
|
D | Pooling3dLayerDataset.h | 87 void add_config(TensorShape src, Pooling3dLayerInfo info) in add_config() function
|
D | PoolingLayerDataset.h | 87 void add_config(TensorShape src, PoolingLayerInfo info) in add_config() function
|
D | ReshapeLayerDataset.h | 86 void add_config(TensorShape in, TensorShape out) in add_config() function
|
D | ChannelShuffleLayerDataset.h | 88 void add_config(TensorShape tensor, int num_groups) in add_config() function
|
D | ReorgLayerDataset.h | 88 void add_config(TensorShape src, unsigned int stride) in add_config() function
|
D | BatchNormalizationLayerDataset.h | 97 void add_config(TensorShape tensor, TensorShape param, float epsilon) in add_config() function
|
D | DynamicFusionDataset.h | 94 void add_config(TensorShape shape0, TensorShape shape1, TensorShape shape2) in add_config() function
|
D | ROIDataset.h | 93 void add_config(TensorShape tensor_shape, ROIPoolingLayerInfo info, TensorShape rois_shape) in add_config() function
|
D | BatchToSpaceDataset.h | 93 void add_config(TensorShape src, TensorShape block_shape, TensorShape dst) in add_config() function
|
D | DepthToSpaceDataset.h | 93 void add_config(TensorShape src, int32_t block_shape, TensorShape dst) in add_config() function
|
D | SpaceToDepthDataset.h | 93 void add_config(TensorShape src, TensorShape dst, int32_t block_shape) in add_config() function
|
D | WinogradOutputTransformDataset.h | 87 void add_config(TensorShape a, WinogradInfo b) in add_config() function
|
D | GatherDataset.h | 92 void add_config(TensorShape input_shape, TensorShape indices_shape, int axis) in add_config() function
|
D | HOGMultiDetectionDataset.h | 91 void add_config(std::string image, in add_config() function
|
D | Col2ImLayerDataset.h | 98 …void add_config(TensorShape src, unsigned int convolved_width, unsigned int convolved_height, unsi… in add_config() function
|
D | SpaceToBatchDataset.h | 98 …void add_config(TensorShape src, TensorShape block_shape, TensorShape padding_shapes, TensorShape … in add_config() function
|
D | GEMMLowpDataset.h | 102 void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset) in add_config() function
|
D | HOGDescriptorDataset.h | 86 void add_config(std::string image, in add_config() function
|
D | FullyConnectedLayerDataset.h | 98 void add_config(TensorShape src, TensorShape weights, TensorShape biases, TensorShape dst) in add_config() function
|
D | CropResizeDataset.h | 101 …void add_config(TensorShape src_shape, TensorShape boxes_shape, Coordinates2D crop_size, Interpola… in add_config() function
|
D | ThresholdDataset.h | 103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config() function
|
D | OpticalFlowDataset.h | 109 …void add_config(std::string old_image, std::string new_image, OpticalFlowParameters params, size_t… in add_config() function
|
/external/ComputeLibrary/tests/datasets/dynamic_fusion/ |
D | PoolingLayerDataset.h | 89 void add_config(TensorShape src, Pool2dAttributes info) in add_config() function
|