LostTech.TensorFlow : API Documentation

Type graph_only_ops

Namespace tensorflow.python.eager.graph_only_ops

Public static methods

Tensor graph_placeholder(DType dtype, ValueTuple<IEnumerable<object>, object> shape, IEnumerable<string> name)

Tensor graph_placeholder(DType dtype, ValueTuple<IEnumerable<object>, object> shape, string name)

Tensor graph_placeholder(DType dtype, TensorShape shape, IEnumerable<string> name)

Tensor graph_placeholder(DType dtype, TensorShape shape, string name)

object graph_placeholder_dyn(object dtype, object shape, object name)

Tensor graph_zeros_like(ndarray tensor)

object graph_zeros_like_dyn(object tensor)

Public properties

PythonFunctionContainer graph_placeholder_fn get;

PythonFunctionContainer graph_zeros_like_fn get;