OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combined_op
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
atrous_convolution_test.py
219
def
combined_op
(converted_input, num_spatial_dims, padding_arg): # pylint: disable=unused-argument
function in function:AtrousConvolutionTest.testAtrousSequence
244
op=
combined_op
,
/external/tensorflow/tensorflow/python/ops/
nn_ops.py
297
def
combined_op
(converted_input, num_spatial_dims, _):
302
net = with_space_to_batch(net, dilation_rate, "VALID",
combined_op
)
317
def
combined_op
(converted_input, num_spatial_dims, _):
322
net = with_space_to_batch(net, dilation_rate, "VALID",
combined_op
)
[
all
...]
Completed in 103 milliseconds