LostTech.TensorFlow : API Documentation

Type gen_script_ops

Namespace tensorflow.python.ops.gen_script_ops

Public static methods

IList<object> eager_py_func(IEnumerable<object> input, string token, IEnumerable<object> Tout, bool is_async, string name)

IList<object> eager_py_func(IEnumerable<object> input, string token, ValueTuple<IEnumerable<object>, object> Tout, bool is_async, string name)

IList<object> eager_py_func(IEnumerable<object> input, string token, DType Tout, bool is_async, string name)

IList<object> eager_py_func(IEnumerable<object> input, string token, MatchDType Tout, bool is_async, string name)

IList<object> eager_py_func(ValueTuple input, string token, IEnumerable<object> Tout, bool is_async, string name)

IList<object> eager_py_func(ValueTuple input, string token, ValueTuple<IEnumerable<object>, object> Tout, bool is_async, string name)

IList<object> eager_py_func(ValueTuple input, string token, DType Tout, bool is_async, string name)

IList<object> eager_py_func(ValueTuple input, string token, MatchDType Tout, bool is_async, string name)

object eager_py_func_dyn(object input, object token, object Tout, ImplicitContainer<T> is_async, object name)

IList<object> eager_py_func_eager_fallback(ValueTuple input, Byte[] token, IEnumerable<object> Tout, bool is_async, string name, Context ctx)

IList<object> eager_py_func_eager_fallback(ValueTuple input, Byte[] token, ValueTuple<IEnumerable<object>, object> Tout, bool is_async, string name, Context ctx)

IList<object> eager_py_func_eager_fallback(ValueTuple input, string token, IEnumerable<object> Tout, bool is_async, string name, Context ctx)

IList<object> eager_py_func_eager_fallback(ValueTuple input, string token, ValueTuple<IEnumerable<object>, object> Tout, bool is_async, string name, Context ctx)

object eager_py_func_eager_fallback_dyn(object input, object token, object Tout, ImplicitContainer<T> is_async, object name, object ctx)

IList<object> py_func(ValueTuple input, string token, MatchDType Tout, string name)

IList<object> py_func(ValueTuple input, string token, ValueTuple<IEnumerable<object>, object> Tout, string name)

IList<object> py_func(ValueTuple input, string token, IEnumerable<object> Tout, string name)

IList<object> py_func(ValueTuple input, string token, DType Tout, string name)

IList<object> py_func(IEnumerable<object> input, string token, DType Tout, string name)

IList<object> py_func(IEnumerable<object> input, string token, ValueTuple<IEnumerable<object>, object> Tout, string name)

IList<object> py_func(IEnumerable<object> input, string token, IEnumerable<object> Tout, string name)

IList<object> py_func(IEnumerable<object> input, string token, MatchDType Tout, string name)

object py_func_dyn(object input, object token, object Tout, object name)

IList<object> py_func_eager_fallback(ValueTuple input, Byte[] token, IEnumerable<object> Tout, string name, Context ctx)

IList<object> py_func_eager_fallback(ValueTuple input, Byte[] token, ValueTuple<IEnumerable<object>, object> Tout, string name, Context ctx)

IList<object> py_func_eager_fallback(ValueTuple input, string token, IEnumerable<object> Tout, string name, Context ctx)

IList<object> py_func_eager_fallback(ValueTuple input, string token, ValueTuple<IEnumerable<object>, object> Tout, string name, Context ctx)

object py_func_eager_fallback_dyn(object input, object token, object Tout, object name, object ctx)

IList<object> py_func_stateless(ValueTuple input, string token, MatchDType Tout, string name)

IList<object> py_func_stateless(ValueTuple input, string token, DType Tout, string name)

IList<object> py_func_stateless(ValueTuple input, string token, ValueTuple<IEnumerable<object>, object> Tout, string name)

IList<object> py_func_stateless(ValueTuple input, string token, IEnumerable<object> Tout, string name)

IList<object> py_func_stateless(IEnumerable<object> input, string token, ValueTuple<IEnumerable<object>, object> Tout, string name)

IList<object> py_func_stateless(IEnumerable<object> input, string token, DType Tout, string name)

IList<object> py_func_stateless(IEnumerable<object> input, string token, IEnumerable<object> Tout, string name)

IList<object> py_func_stateless(IEnumerable<object> input, string token, MatchDType Tout, string name)

object py_func_stateless_dyn(object input, object token, object Tout, object name)

IList<object> py_func_stateless_eager_fallback(ValueTuple input, string token, ValueTuple<IEnumerable<object>, object> Tout, string name, Context ctx)

IList<object> py_func_stateless_eager_fallback(ValueTuple input, Byte[] token, IEnumerable<object> Tout, string name, Context ctx)

IList<object> py_func_stateless_eager_fallback(ValueTuple input, Byte[] token, ValueTuple<IEnumerable<object>, object> Tout, string name, Context ctx)

IList<object> py_func_stateless_eager_fallback(ValueTuple input, string token, IEnumerable<object> Tout, string name, Context ctx)

object py_func_stateless_eager_fallback_dyn(object input, object token, object Tout, object name, object ctx)

Public properties

PythonFunctionContainer eager_py_func_eager_fallback_fn get;

PythonFunctionContainer eager_py_func_fn get;

PythonFunctionContainer py_func_eager_fallback_fn get;

PythonFunctionContainer py_func_fn get;

PythonFunctionContainer py_func_stateless_eager_fallback_fn get;

PythonFunctionContainer py_func_stateless_fn get;