Public static methods
object xla_cluster_output_eager_fallback_dyn(object input, object name, object ctx)
IList<object> xla_launch_eager_fallback(object constants, IEnumerable<object> args, object resources, IEnumerable<object> Tresults, object function, string name, Context ctx)
object xla_launch_eager_fallback_dyn(object constants, object args, object resources, object Tresults, object function, object name, object ctx)
Tensor XlaClusterOutput(object input, string name)
object XlaClusterOutput_dyn(object input, object name)
object XlaLaunch(object constants, IEnumerable<object> args, object resources, object Tresults, object function, string name)
object XlaLaunch_dyn(object constants, object args, object resources, object Tresults, object function, object name)
Public properties