OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spatial_shape
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
atrous_convolution_test.py
40
filters:
spatial_shape
+ [in_channels, out_channels]
42
rate: A list of len(
spatial_shape
) positive ints, specifying the
48
output_spatial_shape[i] = (
spatial_shape
[i] - 1) * rate[i] + 1
53
spatial_shape
= np.array(filters.shape[:num_spatial_dims])
54
output_spatial_shape = (
spatial_shape
- 1) * rate + 1
/external/tensorflow/tensorflow/go/op/
wrappers.go
897
// input: N-D with shape `input_shape = [batch] +
spatial_shape
+ remaining_shape`,
898
// where
spatial_shape
has `M` dimensions.
[
all
...]
Completed in 310 milliseconds