Home
last modified time | relevance | path

Searched defs:add_config (Results 1 – 25 of 33) sorted by relevance

12

/external/ComputeLibrary/tests/datasets/
DSplitDataset.h91 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
DNormalizePlanarYUVLayerDataset.h90 void add_config(TensorShape tensor, TensorShape param) in add_config() function
DPooling3dLayerDataset.h87 void add_config(TensorShape src, Pooling3dLayerInfo info) in add_config() function
DPoolingLayerDataset.h87 void add_config(TensorShape src, PoolingLayerInfo info) in add_config() function
DReshapeLayerDataset.h86 void add_config(TensorShape in, TensorShape out) in add_config() function
DChannelShuffleLayerDataset.h88 void add_config(TensorShape tensor, int num_groups) in add_config() function
DReorgLayerDataset.h88 void add_config(TensorShape src, unsigned int stride) in add_config() function
DBatchNormalizationLayerDataset.h97 void add_config(TensorShape tensor, TensorShape param, float epsilon) in add_config() function
DDynamicFusionDataset.h94 void add_config(TensorShape shape0, TensorShape shape1, TensorShape shape2) in add_config() function
DROIDataset.h93 void add_config(TensorShape tensor_shape, ROIPoolingLayerInfo info, TensorShape rois_shape) in add_config() function
DBatchToSpaceDataset.h93 void add_config(TensorShape src, TensorShape block_shape, TensorShape dst) in add_config() function
DDepthToSpaceDataset.h93 void add_config(TensorShape src, int32_t block_shape, TensorShape dst) in add_config() function
DSpaceToDepthDataset.h93 void add_config(TensorShape src, TensorShape dst, int32_t block_shape) in add_config() function
DWinogradOutputTransformDataset.h87 void add_config(TensorShape a, WinogradInfo b) in add_config() function
DGatherDataset.h92 void add_config(TensorShape input_shape, TensorShape indices_shape, int axis) in add_config() function
DHOGMultiDetectionDataset.h91 void add_config(std::string image, in add_config() function
DCol2ImLayerDataset.h98 …void add_config(TensorShape src, unsigned int convolved_width, unsigned int convolved_height, unsi… in add_config() function
DSpaceToBatchDataset.h98 …void add_config(TensorShape src, TensorShape block_shape, TensorShape padding_shapes, TensorShape … in add_config() function
DGEMMLowpDataset.h102 void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset) in add_config() function
DHOGDescriptorDataset.h86 void add_config(std::string image, in add_config() function
DFullyConnectedLayerDataset.h98 void add_config(TensorShape src, TensorShape weights, TensorShape biases, TensorShape dst) in add_config() function
DCropResizeDataset.h101 …void add_config(TensorShape src_shape, TensorShape boxes_shape, Coordinates2D crop_size, Interpola… in add_config() function
DThresholdDataset.h103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config() function
DOpticalFlowDataset.h109 …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/
DPoolingLayerDataset.h89 void add_config(TensorShape src, Pool2dAttributes info) in add_config() function

12