OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:with_space_to_batch
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
atrous_convolution_test.py
206
See the documentation of
with_space_to_batch
.
243
y2 = nn_ops.
with_space_to_batch
(
/external/tensorflow/tensorflow/python/ops/
nn_impl.py
570
return nn_ops.
with_space_to_batch
(
725
depthwise = nn_ops.
with_space_to_batch
(
[
all
...]
nn_ops.py
321
@tf_export("nn.
with_space_to_batch
")
322
def
with_space_to_batch
(
function
401
`
with_space_to_batch
` operations with identical (not uniformly 1)
404
net =
with_space_to_batch
(net, dilation_rate, "VALID", op_1)
406
net =
with_space_to_batch
(net, dilation_rate, "VALID", op_k)
408
can be combined into a single `
with_space_to_batch
` operation as follows:
415
net =
with_space_to_batch
(net, dilation_rate, "VALID", combined_op)
420
Similarly, a sequence of `
with_space_to_batch
` operations with identical (not
424
net =
with_space_to_batch
(net, dilation_rate, "SAME", op_1, filter_shape_1)
426
net =
with_space_to_batch
(net, dilation_rate, "SAME", op_k, filter_shape_k
[
all
...]
Completed in 73 milliseconds