LostTech.TensorFlow : API Documentation

Type convert

Namespace tensorflow.python.data.util.convert

Public static methods

Tensor optional_param_to_tensor(string argument_name, string argument_value, IEnumerable<object> argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, string argument_value, int argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, string argument_value, string argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, IEnumerable<object> argument_value, IEnumerable<object> argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, IEnumerable<object> argument_value, int argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, IEnumerable<object> argument_value, string argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, int argument_value, IEnumerable<object> argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, int argument_value, int argument_default, ImplicitContainer<T> argument_dtype)

Tensor optional_param_to_tensor(string argument_name, int argument_value, string argument_default, ImplicitContainer<T> argument_dtype)

object optional_param_to_tensor_dyn(object argument_name, object argument_value, ImplicitContainer<T> argument_default, ImplicitContainer<T> argument_dtype)

Tensor partial_shape_to_tensor(IEnumerable<int> shape_like)

Tensor partial_shape_to_tensor(TensorShape shape_like)

Tensor partial_shape_to_tensor(IGraphNodeBase shape_like)

object partial_shape_to_tensor_dyn(object shape_like)

Public properties

PythonFunctionContainer optional_param_to_tensor_fn get;

PythonFunctionContainer partial_shape_to_tensor_fn get;