Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils.py214 def conv_kernel_mask(input_shape, kernel_shape, strides, padding): argument
293 def conv_kernel_idxs(input_shape, kernel_shape, strides, padding, filters_in, argument
387 def conv_connected_inputs(input_shape, kernel_shape, output_position, strides, argument
446 def conv_output_shape(input_shape, kernel_shape, strides, padding): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emission_utils.cc54 const Shape& kernel_shape = convolution.operand(1)->shape(); in PotentiallyImplementedAsEigenConvolution() local
Dir_emitter.cc913 const Shape& kernel_shape = convolution->operand(1)->shape(); in HandleConvolution() local
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal.py635 def get_locallyconnected_mask(input_shape, kernel_shape, strides, padding, argument
744 def local_conv_sparse_matmul(inputs, kernel, kernel_idxs, kernel_shape, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dextract_image_patches_op.cc109 std::vector<int64> kernel_shape(num_dims, 1); in Compile() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dmorphological_ops_test.py185 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument
461 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument
/external/XNNPACK/bench/
Dconvolution.cc875 arm_compute::TensorShape kernel_shape( in armcl_convolution_f32() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1632 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/
Dspace_to_batch_converter.cc2596 const auto& kernel_shape = kernel->shape(); in GetConvolutionDetails() local
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1504 auto kernel_shape = xla::ShapeUtil::MakeShape(xla::BF16, {3, 3, 5, 5}); in TEST() local