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)
Tensor partial_shape_to_tensor(IEnumerable<int> shape_like)
object partial_shape_to_tensor_dyn(object shape_like)
Public properties