LostTech.TensorFlow : API Documentation

Type data_structures

Namespace tensorflow.python.autograph.operators.data_structures

Public static methods

TensorArray tf_tensor_array_new(ndarray elements, DType element_dtype, Nullable<ValueTuple<int>> element_shape)

TensorArray tf_tensor_array_new(IEnumerable<int> elements, DType element_dtype, Nullable<ValueTuple<int>> element_shape)

TensorArray tf_tensor_array_new(ValueTuple<object> elements, DType element_dtype, Nullable<ValueTuple<int>> element_shape)

TensorArray tf_tensor_array_new(IGraphNodeBase elements, DType element_dtype, Nullable<ValueTuple<int>> element_shape)

object tf_tensor_array_new_dyn(object elements, object element_dtype, object element_shape)

Tensor tf_tensor_list_new(ndarray elements, DType element_dtype, IEnumerable<int> element_shape)

Tensor tf_tensor_list_new(IEnumerable<int> elements, DType element_dtype, IEnumerable<int> element_shape)

Tensor tf_tensor_list_new(IGraphNodeBase elements, DType element_dtype, IEnumerable<int> element_shape)

Tensor tf_tensor_list_new(object elements, DType element_dtype, IEnumerable<int> element_shape)

object tf_tensor_list_new_dyn(object elements, object element_dtype, object element_shape)

Public properties

PythonFunctionContainer ListPopOpts_fn get;

PythonFunctionContainer ListStackOpts_fn get;

PythonFunctionContainer tf_tensor_array_new_fn get;

PythonFunctionContainer tf_tensor_list_new_fn get;