LostTech.TensorFlow : API Documentation

Type special_functions

Namespace tensorflow.python.autograph.lang.special_functions

Public static methods

object match_staging_level(int value, int like_value)

object match_staging_level(int value, IGraphNodeBase like_value)

object match_staging_level_dyn(object value, object like_value)

object tensor_list(ndarray elements, DType element_dtype, Nullable<ValueTuple> element_shape, bool use_tensor_array)

object tensor_list(IEnumerable<int> elements, DType element_dtype, Nullable<ValueTuple> element_shape, bool use_tensor_array)

object tensor_list(ValueTuple<object> elements, DType element_dtype, Nullable<ValueTuple> element_shape, bool use_tensor_array)

object tensor_list(IGraphNodeBase elements, DType element_dtype, Nullable<ValueTuple> element_shape, bool use_tensor_array)

object tensor_list_dyn(object elements, object element_dtype, object element_shape, ImplicitContainer<T> use_tensor_array)

Public properties

PythonFunctionContainer match_staging_level_fn get;

PythonFunctionContainer tensor_list_fn get;