HomeSort by relevance Sort by last modified time
    Searched refs:layer_output_pattern (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/quantize/python/
quantize.py 401 layer_output_pattern = graph_matcher.OneofPattern(
409 graph_matcher.OneofPattern([layer_output_pattern]),
415 inputs=[graph_matcher.OpTypePattern('*'), layer_output_pattern],
438 'Add|BiasAdd', inputs=[layer_output_pattern, '*'], ordered_inputs=False)
fold_batch_norms.py 178 layer_output_pattern = graph_matcher.OneofPattern(
184 inputs=[layer_output_pattern,
191 [matmul_reshape_pattern, layer_output_pattern]), gamma_pattern,
    [all...]

Completed in 819 milliseconds