LostTech.TensorFlow : API Documentation

Type script_ops

Namespace tensorflow.python.ops.script_ops

Public static methods

object py_func_common(PythonFunctionContainer func, IEnumerable<IGraphNodeBase> inp, IEnumerable<DType> Tout, bool stateful, string name)

object py_func_common(PythonFunctionContainer func, IEnumerable<IGraphNodeBase> inp, ValueTuple<DType, object> Tout, bool stateful, string name)

object py_func_common(PythonFunctionContainer func, IEnumerable<IGraphNodeBase> inp, DType Tout, bool stateful, string name)

object py_func_common(object func, IEnumerable<IGraphNodeBase> inp, IEnumerable<DType> Tout, bool stateful, string name)

object py_func_common(object func, IEnumerable<IGraphNodeBase> inp, ValueTuple<DType, object> Tout, bool stateful, string name)

object py_func_common(object func, IEnumerable<IGraphNodeBase> inp, DType Tout, bool stateful, string name)

object py_func_common_dyn(object func, object inp, object Tout, ImplicitContainer<T> stateful, object name)

Public properties

PythonFunctionContainer EagerFunc_fn get;

PythonFunctionContainer FuncRegistry_fn get;

PythonFunctionContainer py_func_common_fn get;

IDictionary<Byte[], ValueTuple<GradientTape, object, object>> tape_cache get; set;

object tape_cache_dyn get; set;