OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_spatial_shape
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/ops/
nn_ops.py
97
`[batch_size] +
input_spatial_shape
+ [in_channels]` if `data_format`
99
`[batch_size, in_channels] +
input_spatial_shape
` if `data_format` starts
118
output_spatial_shape =
input_spatial_shape
120
output_spatial_shape =
input_spatial_shape
- filter_spatial_shape + 1.
589
input_spatial_shape
= None
594
input_spatial_shape
= [input_shape_list[i] for i in spatial_dims]
595
if
input_spatial_shape
is None or None in
input_spatial_shape
:
597
input_spatial_shape
= array_ops.stack(
608
input_shape=
input_spatial_shape
,
[
all
...]
/external/tensorflow/tensorflow/python/keras/
backend_test.py
790
input_spatial_shape
= input_shape[1:]
791
dim = len(
input_spatial_shape
)
802
for i in
input_spatial_shape
])
[
all
...]
Completed in 49 milliseconds