Home
last modified time | relevance | path

Searched defs:un_op (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dall_reduce.py255 gpu_perm, red_op, un_op=None): argument
426 def build_recursive_hd_all_reduce(input_tensors, red_op, un_op=None): argument
552 def build_shuffle_all_reduce(input_tensors, gather_devices, red_op, un_op=None): argument
586 def _build_shuffle_gather(input_tensors, gather_devices, red_op, un_op=None): argument
679 def build_nccl_all_reduce(input_tensors, red_op, un_op=None): argument
759 def _reduce_non_singleton(input_tensors, red_f, un_op): argument
773 def build_nccl_then_ring(input_tensors, subdiv, red_op, un_op=None): argument
782 def build_nccl_then_recursive_hd(input_tensors, red_op, un_op=None): argument
789 shuffle_red_op, un_op=None): argument
840 red_n_op, red_op, un_op=None): argument
[all …]
Dall_reduce_test.py157 un_op = lambda x: math_ops.div( function
/external/apache-commons-bcel/src/examples/Mini/
DMiniParser.java150 int un_op=-1; in Expr() local