OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batch_to_space_pattern
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms.py
165
batch_to_space_pattern
= graph_matcher.OpTypePattern(
176
graph_matcher.OneofPattern([
batch_to_space_pattern
, layer_pattern])
179
[layer_pattern_with_identity, layer_pattern,
batch_to_space_pattern
])
256
batch_to_space_op = match_result.get_op(
batch_to_space_pattern
)
[
all
...]
quantize.py
393
batch_to_space_pattern
= graph_matcher.OpTypePattern(
402
[
batch_to_space_pattern
, layer_pattern])
Completed in 103 milliseconds