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

  /external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms_test.py 453 def _AssertOutputGoesToOps(self, op, graph, out_op_names):
454 """Asserts that outputs from op go to out_op_names (and perhaps others).
459 out_op_names: List of strings, operations where op's outputs should go.
461 for out_op_name in out_op_names:
quantize_parameterized_test.py 605 def _AssertOutputGoesToOps(self, op, graph, out_op_names):
606 """Asserts that outputs from op go to out_op_names (and perhaps others).
611 out_op_names: List of strings, operations where op's outputs should go.
613 for out_op_name in out_op_names:

Completed in 76 milliseconds