LostTech.TensorFlow : API Documentation

Type zeros_initializer

Namespace tensorflow.compat.v2

Parent Initializer

Interfaces Izeros_initializer

Public instance methods

Tensor __call__(IEnumerable<int> shape, ImplicitContainer<T> dtype)

Tensor __call__(ValueTuple<int, object> shape, ImplicitContainer<T> dtype)

Tensor __call__(IEnumerable<int> shape, DType dtype)

Tensor __call__(ValueTuple<int, object> shape, DType dtype)

object __call___dyn(object shape, ImplicitContainer<T> dtype)

object __call___dyn(object shape, object dtype)

Score the query based on the keys and values.
Returns
object

Public properties

object PythonObject get;