Home
last modified time | relevance | path

Searched defs:get_output_shape (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DL2NormalizeLayer.cpp42 TensorShape get_output_shape(TensorShape shape, unsigned int axis) in get_output_shape() function
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGEMMTranspose1xWKernel.cpp41 TensorShape get_output_shape(const ITensorInfo *input) in get_output_shape() function
DNEWeightsReshapeKernel.cpp35 TensorShape get_output_shape(const ITensorInfo *input, bool has_bias) in get_output_shape() function
DNEWinogradConvolutionLayerKernel.cpp463 …TransformOutputKernel<T, OutputTileRows, OutputTileCols, KernelRows, KernelCols>::get_output_shape( in get_output_shape() function in arm_compute::NEWinogradLayerTransformOutputKernel
/external/ComputeLibrary/src/core/CL/kernels/
DCLPermuteKernel.cpp39 TensorShape get_output_shape(const ITensorInfo *input, const PermutationVector &perm) in get_output_shape() function
/external/ComputeLibrary/examples/
Dgc_dc.cpp109 …TensorShape get_output_shape(TensorShape in_shape, TensorShape kernel_shape, const PadStrideInfo &… in get_output_shape() function in GCDCExample
/external/ComputeLibrary/tests/validation/fixtures/
DDirectConvolutionLayerTensorShiftFixture.h190 …TensorShape get_output_shape(TensorShape in_shape, TensorShape kernel_shape, const PadStrideInfo &… in get_output_shape() function
/external/tensorflow/tensorflow/python/keras/layers/
Dcore_test.py147 def get_output_shape(input_shape): function