LostTech.TensorFlow : API Documentation

Type xla_ops

Namespace tensorflow.compiler.jit.ops.xla_ops

Public static methods

object xla_cluster_output_eager_fallback(IGraphNodeBase input, string name, Context ctx)

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

PythonFunctionContainer xla_cluster_output_eager_fallback_fn get;

PythonFunctionContainer xla_launch_eager_fallback_fn get;

PythonFunctionContainer XlaClusterOutput_fn get;

PythonFunctionContainer XlaLaunch_fn get;