Searched defs:computation_to_apply (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 1405 def Call(self, computation_to_apply, operands): argument 1443 def Map(self, operands, computation_to_apply, dimensions): argument 1457 def Reduce(self, operand, init_value, computation_to_apply, dimensions): argument 1472 def ReduceWindow(self, operand, init_value, computation_to_apply, argument 1495 self, operand, init_value, computation_to_apply, window_dimensions, argument
|