LostTech.TensorFlow : API Documentation

Type identity

Namespace tensorflow.initializers

Parent Initializer

Interfaces Iidentity

Initializer that generates the identity matrix.

Only use for 2D matrices.

Methods

Properties

Public static methods

identity NewDyn(ImplicitContainer<T> gain, ImplicitContainer<T> dtype)

DEPRECATED FUNCTION ARGUMENTS

Warning: SOME ARGUMENTS ARE DEPRECATED: `(dtype)`. They will be removed in a future version. Instructions for updating: Call initializer instance with the dtype argument instead of passing it to the constructor

Public properties

DType dtype get; set;

double gain get; set;

object PythonObject get;