LostTech.TensorFlow : API Documentation

Type tensor_shape

Namespace tensorflow.python.framework.tensor_shape

Public static methods

Dimension as_dimension(PythonClassContainer value)

Dimension as_dimension(object value)

object as_dimension_dyn(object value)

TensorShape as_shape(TensorShape shape)

object as_shape_dyn(object shape)

TensorShape matrix(object rows, object cols)

object matrix_dyn(object rows, object cols)

object scalar_dyn()

TensorShape unknown_shape(Dimension rank, IDictionary<string, object> kwargs)

TensorShape unknown_shape(int rank, IDictionary<string, object> kwargs)

TensorShape unknown_shape(IGraphNodeBase rank, IDictionary<string, object> kwargs)

object unknown_shape_dyn(object rank, IDictionary<string, object> kwargs)

TensorShape vector(object length)

object vector_dyn(object length)

Public properties

PythonFunctionContainer as_dimension_fn get;

PythonFunctionContainer as_shape_fn get;

PythonFunctionContainer Dimension_fn get;

PythonFunctionContainer matrix_fn get;

PythonFunctionContainer scalar_fn get;

PythonFunctionContainer TensorShape_fn get;

PythonFunctionContainer unknown_shape_fn get;

PythonFunctionContainer vector_fn get;