Home
last modified time | relevance | path

Searched defs:kernel_shape (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils.py210 def conv_kernel_mask(input_shape, kernel_shape, strides, padding): argument
289 def conv_kernel_idxs(input_shape, kernel_shape, strides, padding, filters_in, argument
383 def conv_connected_inputs(input_shape, kernel_shape, output_position, strides, argument
442 def conv_output_shape(input_shape, kernel_shape, strides, padding): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_support_utils.cc32 const Shape& kernel_shape = conv.operand(1)->shape(); in CudnnSupportsOptimizedIntegerConvolution() local
Dcudnn_pad_for_convolutions.cc300 const Shape& kernel_shape = conv->operand(1)->shape(); in TryResolvePaddedShapesForIntegerConvolution() local
Dcudnn_vectorize_convolutions.cc264 const Shape& kernel_shape = conv->operand(1)->shape(); in TryRevectorizeConv() local
/external/ComputeLibrary/src/cpu/operators/
DCpuWinogradConv2d.cpp93 Tensor4DShape kernel_shape{ internal_get_shape(weights) }; in get_winograd_kernel_implementation() local
172 const Tensor4DShape kernel_shape{ internal_get_shape(weights) }; in configure() local
303 const Tensor4DShape kernel_shape{ internal_get_shape(weights) }; in validate() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emission_utils.cc53 const Shape& kernel_shape = convolution.operand(1)->shape(); in PotentiallyImplementedAsEigenConvolution() local
Dir_emitter.cc956 const Shape& kernel_shape = convolution->operand(1)->shape(); in HandleConvolution() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dextract_image_patches_op.cc109 std::vector<int64_t> kernel_shape(num_dims, 1); in Compile() local
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Dmorphological_ops_test.py183 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument
489 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc122 const int32_t* kernel_shape, in GetConvOutputSizeVALID()
219 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNative()
310 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNativeVALID()
325 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNativeSAME()
573 const int32_t* __restrict kernel_shape, in Im2Row()
691 const int32_t* __restrict kernel_shape, in Im2RowVALID()
704 const int32_t* __restrict kernel_shape, in Im2RowSAME()
Donedevice_train_palm_detection_filter_inference.cc123 const int32_t* kernel_shape, in GetConvOutputSizeVALID()
220 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNative()
311 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNativeVALID()
326 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNativeSAME()
574 const int32_t* __restrict kernel_shape, in Im2Row()
692 const int32_t* __restrict kernel_shape, in Im2RowVALID()
705 const int32_t* __restrict kernel_shape, in Im2RowSAME()
Donedevice_train_palm_detection_filter_inference_v2.cc122 const int32_t* kernel_shape, in GetConvOutputSizeVALID()
219 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNative()
310 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNativeVALID()
325 const int32_t* __restrict kernel_shape, in DepthwiseConv2dNativeSAME()
573 const int32_t* __restrict kernel_shape, in Im2Row()
691 const int32_t* __restrict kernel_shape, in Im2RowVALID()
704 const int32_t* __restrict kernel_shape, in Im2RowSAME()
/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Dwinograd.hpp45 Shape2D kernel_shape; member
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1318 …std::vector<uint32_t> kernel_shape = ReadMandatoryNodeUint32ListAttribute(node, "kernel_shape"); /… in AddPoolingLayer() local
1802 … std::vector<uint32_t> kernel_shape = ReadOptionalNodeUint32ListAttribute(node, "kernel_shape"); in ParseConv() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2360 Tensor kernel_shape = test::AsTensor<int32>(AsInt32s( in TEST_F() local
2438 Tensor kernel_shape = test::AsTensor<int32>( in TEST_F() local
2560 Tensor kernel_shape = test::AsTensor<int32>(AsInt32s( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc3547 const auto& kernel_shape = kernel->shape(); in GetConvolutionDetails() local
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1511 auto kernel_shape = xla::ShapeUtil::MakeShape(xla::BF16, {3, 3, 5, 5}); in TEST() local