Home
last modified time | relevance | path

Searched refs:ExecutePerReplica (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py153 output_buffer_tup = executable.ExecutePerReplica(per_replica_args)
826 def ExecutePerReplica(self, arguments=None): member in Executable
891 return [out.to_py() for out in self.ExecutePerReplica(arguments)]
Dlocal_computation_builder.h143 StatusOr<LocalShapedBufferTuple*> ExecutePerReplica(
Dlocal_computation_builder.i275 %unignore xla::swig::LocalExecutable::ExecutePerReplica;
Dlocal_computation_builder.cc264 StatusOr<LocalShapedBufferTuple*> LocalExecutable::ExecutePerReplica( in ExecutePerReplica() function in xla::swig::LocalExecutable