LostTech.TensorFlow : API Documentation

Type Variable

Namespace tensorflow.compat.v2

Parent PythonObjectContainer

Interfaces IVariable

Public static methods

Variable NewDyn(object initial_value, object trainable, ImplicitContainer<T> validate_shape, object caching_device, object name, object variable_def, object dtype, object import_scope, object constraint, ImplicitContainer<T> synchronization, ImplicitContainer<T> aggregation, object shape)

Public properties

object aggregation get;

object aggregation_dyn get;

object constraint get;

object constraint_dyn get;

object device get;

object device_dyn get;

object dtype get;

object dtype_dyn get;

object graph get;

object graph_dyn get;

Tensor initial_value get;

object initial_value_dyn get;

object initializer get;

object initializer_dyn get;

object name get;

object name_dyn get;

object op get;

object op_dyn get;

object PythonObject get;

TensorShape shape get;

object shape_dyn get;

object synchronization get;

object synchronization_dyn get;

Nullable<bool> trainable get;

object trainable_dyn get;