Public static methods
Tensor empty_tensor_list(TensorShape element_shape, DType element_dtype, Nullable<int> max_num_elements, string name)
Tensor empty_tensor_list(ValueTuple<int, int> element_shape, DType element_dtype, Nullable<int> max_num_elements, string name)
Tensor empty_tensor_list(IEnumerable<object> element_shape, DType element_dtype, Nullable<int> max_num_elements, string name)
object empty_tensor_list_dyn(object element_shape, object element_dtype, object max_num_elements, object name)
object tensor_list_concat(IGraphNodeBase input_handle, DType element_dtype, ValueTuple<int, int> element_shape, string name)
object tensor_list_concat(IGraphNodeBase input_handle, DType element_dtype, IEnumerable<Dimension> element_shape, string name)
object tensor_list_concat_dyn(object input_handle, object element_dtype, object element_shape, object name)
Tensor tensor_list_from_tensor(ndarray tensor, IEnumerable<object> element_shape, string name)
Tensor tensor_list_from_tensor(IGraphNodeBase tensor, IEnumerable<object> element_shape, string name)
Tensor tensor_list_from_tensor(ndarray tensor, int element_shape, string name)
Tensor tensor_list_from_tensor(IEnumerable<int> tensor, Dimension element_shape, string name)
Tensor tensor_list_from_tensor(IEnumerable<int> tensor, IEnumerable<object> element_shape, string name)
Tensor tensor_list_from_tensor(IEnumerable<int> tensor, TensorShape element_shape, string name)
Tensor tensor_list_from_tensor(IEnumerable<int> tensor, int element_shape, string name)
Tensor tensor_list_from_tensor(object tensor, IEnumerable<object> element_shape, string name)
Tensor tensor_list_from_tensor(object tensor, Dimension element_shape, string name)
Tensor tensor_list_from_tensor(object tensor, TensorShape element_shape, string name)
Tensor tensor_list_from_tensor(object tensor, int element_shape, string name)
object tensor_list_from_tensor_dyn(object tensor, object element_shape, object name)
object tensor_list_gather_dyn(object input_handle, object indices, object element_dtype, object element_shape, object name)
object tensor_list_get_item_dyn(object input_handle, object index, object element_dtype, object element_shape, object name)
object tensor_list_pop_back(IEnumerable<int> input_handle, DType element_dtype, string name)
object tensor_list_pop_back(TensorArray input_handle, DType element_dtype, string name)
object tensor_list_pop_back_dyn(object input_handle, object element_dtype, object name)
Tensor tensor_list_reserve(Dimension element_shape, object num_elements, dtype element_dtype, string name)
Tensor tensor_list_reserve(Dimension element_shape, object num_elements, DType element_dtype, string name)
Tensor tensor_list_reserve(int element_shape, object num_elements, dtype element_dtype, string name)
Tensor tensor_list_reserve(int element_shape, object num_elements, DType element_dtype, string name)
Tensor tensor_list_reserve(IEnumerable<int> element_shape, object num_elements, DType element_dtype, string name)
Tensor tensor_list_reserve(IEnumerable<int> element_shape, object num_elements, dtype element_dtype, string name)
object tensor_list_reserve_dyn(object element_shape, object num_elements, object element_dtype, object name)
Tensor tensor_list_scatter(IEnumerable<double> tensor, IEnumerable<int> indices, IEnumerable<object> element_shape, IGraphNodeBase input_handle, string name)
object tensor_list_scatter_dyn(object tensor, object indices, object element_shape, object input_handle, object name)
Tensor tensor_list_set_item(IGraphNodeBase input_handle, int index, IEnumerable<double> item, Nullable<bool> resize_if_index_out_of_bounds, string name)
Tensor tensor_list_set_item(IGraphNodeBase input_handle, int index, double item, Nullable<bool> resize_if_index_out_of_bounds, string name)
Tensor tensor_list_set_item(IGraphNodeBase input_handle, int index, object item, Nullable<bool> resize_if_index_out_of_bounds, string name)
Tensor tensor_list_set_item(TensorArray input_handle, int index, object item, Nullable<bool> resize_if_index_out_of_bounds, string name)
Tensor tensor_list_set_item(TensorArray input_handle, int index, double item, Nullable<bool> resize_if_index_out_of_bounds, string name)
Tensor tensor_list_set_item(TensorArray input_handle, int index, IEnumerable<double> item, Nullable<bool> resize_if_index_out_of_bounds, string name)
object tensor_list_set_item_dyn(object input_handle, object index, object item, ImplicitContainer<T> resize_if_index_out_of_bounds, object name)
Tensor tensor_list_split(double tensor, IEnumerable<object> element_shape, IndexedSlices lengths, string name)
Tensor tensor_list_split(double tensor, IGraphNodeBase element_shape, IEnumerable<int> lengths, string name)
Tensor tensor_list_split(double tensor, IGraphNodeBase element_shape, ValueTuple<PythonClassContainer, PythonClassContainer> lengths, string name)
Tensor tensor_list_split(double tensor, IEnumerable<object> element_shape, int lengths, string name)
Tensor tensor_list_split(double tensor, IEnumerable<object> element_shape, IGraphNodeBase lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IEnumerable<object> element_shape, IGraphNodeBase lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IEnumerable<object> element_shape, IEnumerable<int> lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IEnumerable<object> element_shape, ValueTuple<PythonClassContainer, PythonClassContainer> lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IEnumerable<object> element_shape, IndexedSlices lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IEnumerable<object> element_shape, int lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IGraphNodeBase element_shape, IEnumerable<int> lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IGraphNodeBase element_shape, ValueTuple<PythonClassContainer, PythonClassContainer> lengths, string name)
Tensor tensor_list_split(IEnumerable<double> tensor, IGraphNodeBase element_shape, int lengths, string name)
Tensor tensor_list_split(double tensor, IEnumerable<object> element_shape, ValueTuple<PythonClassContainer, PythonClassContainer> lengths, string name)
Tensor tensor_list_split(double tensor, IEnumerable<object> element_shape, IEnumerable<int> lengths, string name)
Tensor tensor_list_split(IGraphNodeBase tensor, IEnumerable<object> element_shape, IEnumerable<int> lengths, string name)
Tensor tensor_list_split(IGraphNodeBase tensor, IEnumerable<object> element_shape, ValueTuple<PythonClassContainer, PythonClassContainer> lengths, string name)
Tensor tensor_list_split(IGraphNodeBase tensor, IEnumerable<object> element_shape, int lengths, string name)
object tensor_list_split_dyn(object tensor, object element_shape, object lengths, object name)
Tensor tensor_list_stack(bool input_handle, DType element_dtype, int num_elements, TensorShape element_shape, string name)
Tensor tensor_list_stack(IEnumerable<object> input_handle, DType element_dtype, int num_elements, TensorShape element_shape, string name)
Tensor tensor_list_stack(int input_handle, DType element_dtype, int num_elements, TensorShape element_shape, string name)
object tensor_list_stack_dyn(object input_handle, object element_dtype, ImplicitContainer<T> num_elements, object element_shape, object name)
Public properties
object control_flow_ops_dyn get; set;