| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | conv_utils.py | 210 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/cpu/ |
| D | ir_emission_utils.cc | 54 const Shape& kernel_shape = convolution.operand(1)->shape(); in PotentiallyImplementedAsEigenConvolution() local
|
| D | ir_emitter.cc | 915 const Shape& kernel_shape = convolution->operand(1)->shape(); in HandleConvolution() local
|
| /external/tensorflow/tensorflow/python/keras/layers/ |
| D | local.py | 643 def get_locallyconnected_mask(input_shape, kernel_shape, strides, padding, argument 752 def local_conv_sparse_matmul(inputs, kernel, kernel_idxs, kernel_shape, argument
|
| /external/ComputeLibrary/examples/ |
| D | gc_dc.cpp | 109 …TensorShape get_output_shape(TensorShape in_shape, TensorShape kernel_shape, const PadStrideInfo &… in get_output_shape()
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | extract_image_patches_op.cc | 109 std::vector<int64> kernel_shape(num_dims, 1); in Compile() local
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | morphological_ops_test.py | 187 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument 493 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument
|
| /external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/ |
| D | onedevice_train_palm_detection_filter_inference.cc | 123 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()
|
| D | onedevice_train_palm_detection_filter_inference_beta.cc | 122 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()
|
| D | onedevice_train_palm_detection_filter_inference_v2.cc | 122 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/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | cudnn_vectorize_convolutions.cc | 258 const Shape& kernel_shape = conv->operand(1)->shape(); in TryRevectorizeConv() local
|
| D | cudnn_pad_for_convolutions.cc | 289 const Shape& kernel_shape = conv->operand(1)->shape(); in TryResolvePaddedShapesForIntegerConvolution() local
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | DirectConvolutionLayerTensorShiftFixture.h | 190 …TensorShape get_output_shape(TensorShape in_shape, TensorShape kernel_shape, const PadStrideInfo &… in get_output_shape()
|
| /external/armnn/src/armnnOnnxParser/ |
| D | OnnxParser.cpp | 952 …std::vector<uint32_t> kernel_shape = ReadMandatoryNodeUint32ListAttribute(node, "kernel_shape"); /… in AddPoolingLayer() local 1365 … std::vector<uint32_t> kernel_shape = ReadOptionalNodeUint32ListAttribute(node, "kernel_shape"); in ParseConv() local
|
| /external/XNNPACK/bench/ |
| D | convolution.cc | 875 arm_compute::TensorShape kernel_shape( in armcl_convolution_f32() local
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | randomized_tests.cc | 1632 Tensor kernel_shape = test::AsTensor<int32>(AsInt32s( in TEST_F() local 1706 Tensor kernel_shape = test::AsTensor<int32>( in TEST_F() local 1811 Tensor kernel_shape = test::AsTensor<int32>(AsInt32s( in TEST_F() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | space_to_batch_converter.cc | 3051 const auto& kernel_shape = kernel->shape(); in GetConvolutionDetails() local
|
| /external/tensorflow/tensorflow/compiler/xrt/tests/ |
| D | raw_api_test.cc | 1504 auto kernel_shape = xla::ShapeUtil::MakeShape(xla::BF16, {3, 3, 5, 5}); in TEST() local
|