LostTech.TensorFlow : API Documentation

Type gen_list_ops

Namespace tensorflow.python.ops.gen_list_ops

Methods

Properties

Public static methods

Tensor empty_tensor_list(IGraphNodeBase element_shape, IGraphNodeBase max_num_elements, DType element_dtype, string name)

object empty_tensor_list_eager_fallback(IGraphNodeBase element_shape, IGraphNodeBase max_num_elements, DType element_dtype, string name, Context ctx)

object empty_tensor_list_eager_fallback_dyn(object element_shape, object max_num_elements, object element_dtype, object name, object ctx)

object tensor_list_concat_eager_fallback(IGraphNodeBase input_handle, DType element_dtype, ValueTuple<int, int> element_shape, string name, Context ctx)

object tensor_list_concat_eager_fallback(IGraphNodeBase input_handle, DType element_dtype, IEnumerable<Nullable<int>> element_shape, string name, Context ctx)

object tensor_list_concat_eager_fallback_dyn(object input_handle, object element_dtype, object element_shape, object name, object ctx)

Tensor tensor_list_concat_lists(IGraphNodeBase input_a, IGraphNodeBase input_b, DType element_dtype, string name)

object tensor_list_concat_lists_dyn(object input_a, object input_b, object element_dtype, object name)

object tensor_list_concat_lists_eager_fallback(IGraphNodeBase input_a, IGraphNodeBase input_b, DType element_dtype, string name, Context ctx)

object tensor_list_concat_lists_eager_fallback_dyn(object input_a, object input_b, object element_dtype, object name, object ctx)

object tensor_list_concat_v2(IGraphNodeBase input_handle, IGraphNodeBase element_shape, IGraphNodeBase leading_dims, DType element_dtype, string name)

object tensor_list_concat_v2_dyn(object input_handle, object element_shape, object leading_dims, object element_dtype, object name)

object tensor_list_concat_v2_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase element_shape, IGraphNodeBase leading_dims, DType element_dtype, string name, Context ctx)

object tensor_list_concat_v2_eager_fallback_dyn(object input_handle, object element_shape, object leading_dims, object element_dtype, object name, object ctx)

Tensor tensor_list_element_shape(IGraphNodeBase input_handle, DType shape_type, string name)

object tensor_list_element_shape_dyn(object input_handle, object shape_type, object name)

object tensor_list_element_shape_eager_fallback(IGraphNodeBase input_handle, DType shape_type, string name, Context ctx)

object tensor_list_element_shape_eager_fallback_dyn(object input_handle, object shape_type, object name, object ctx)

object tensor_list_from_tensor_eager_fallback(IGraphNodeBase tensor, IGraphNodeBase element_shape, string name, Context ctx)

object tensor_list_from_tensor_eager_fallback_dyn(object tensor, object element_shape, object name, object ctx)

Tensor tensor_list_gather(IGraphNodeBase input_handle, IGraphNodeBase indices, IGraphNodeBase element_shape, DType element_dtype, string name)

object tensor_list_gather_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase indices, IGraphNodeBase element_shape, DType element_dtype, string name, Context ctx)

object tensor_list_gather_eager_fallback_dyn(object input_handle, object indices, object element_shape, object element_dtype, object name, object ctx)

Tensor tensor_list_get_item(IGraphNodeBase input_handle, IGraphNodeBase index, IGraphNodeBase element_shape, DType element_dtype, string name)

object tensor_list_get_item_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase index, IGraphNodeBase element_shape, DType element_dtype, string name, Context ctx)

object tensor_list_get_item_eager_fallback_dyn(object input_handle, object index, object element_shape, object element_dtype, object name, object ctx)

Tensor tensor_list_length(IGraphNodeBase input_handle, string name)

object tensor_list_length_dyn(object input_handle, object name)

object tensor_list_length_eager_fallback(IGraphNodeBase input_handle, string name, Context ctx)

object tensor_list_length_eager_fallback_dyn(object input_handle, object name, object ctx)

object tensor_list_pop_back(IGraphNodeBase input_handle, IGraphNodeBase element_shape, DType element_dtype, string name)

object tensor_list_pop_back_dyn(object input_handle, object element_shape, object element_dtype, object name)

object tensor_list_pop_back_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase element_shape, DType element_dtype, string name, Context ctx)

object tensor_list_pop_back_eager_fallback_dyn(object input_handle, object element_shape, object element_dtype, object name, object ctx)

Tensor tensor_list_push_back(IGraphNodeBase input_handle, IGraphNodeBase tensor, string name)

Tensor tensor_list_push_back_batch(IGraphNodeBase input_handles, IGraphNodeBase tensor, string name)

object tensor_list_push_back_batch_dyn(object input_handles, object tensor, object name)

object tensor_list_push_back_batch_eager_fallback(IGraphNodeBase input_handles, IGraphNodeBase tensor, string name, Context ctx)

object tensor_list_push_back_batch_eager_fallback_dyn(object input_handles, object tensor, object name, object ctx)

object tensor_list_push_back_dyn(object input_handle, object tensor, object name)

object tensor_list_push_back_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase tensor, string name, Context ctx)

object tensor_list_push_back_eager_fallback_dyn(object input_handle, object tensor, object name, object ctx)

Tensor tensor_list_reserve(IGraphNodeBase element_shape, IGraphNodeBase num_elements, dtype element_dtype, string name)

Tensor tensor_list_reserve(IGraphNodeBase element_shape, IGraphNodeBase num_elements, PythonClassContainer element_dtype, PythonFunctionContainer name)

Tensor tensor_list_reserve(IGraphNodeBase element_shape, IGraphNodeBase num_elements, DType element_dtype, string name)

Tensor tensor_list_reserve(IGraphNodeBase element_shape, IGraphNodeBase num_elements, PythonClassContainer element_dtype, string name)

Tensor tensor_list_reserve(IGraphNodeBase element_shape, IGraphNodeBase num_elements, dtype element_dtype, PythonFunctionContainer name)

Tensor tensor_list_reserve(IGraphNodeBase element_shape, IGraphNodeBase num_elements, DType element_dtype, PythonFunctionContainer name)

object tensor_list_reserve_eager_fallback(IGraphNodeBase element_shape, IGraphNodeBase num_elements, DType element_dtype, string name, Context ctx)

object tensor_list_reserve_eager_fallback(IGraphNodeBase element_shape, IGraphNodeBase num_elements, PythonClassContainer element_dtype, string name, Context ctx)

object tensor_list_reserve_eager_fallback_dyn(object element_shape, object num_elements, object element_dtype, object name, object ctx)

Tensor tensor_list_resize(IGraphNodeBase input_handle, IGraphNodeBase size, string name)

object tensor_list_resize_dyn(object input_handle, object size, object name)

object tensor_list_resize_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase size, string name, Context ctx)

object tensor_list_resize_eager_fallback_dyn(object input_handle, object size, object name, object ctx)

Tensor tensor_list_scatter(IGraphNodeBase tensor, IGraphNodeBase indices, IGraphNodeBase element_shape, string name)

object tensor_list_scatter_dyn(object tensor, object indices, object element_shape, object name)

object tensor_list_scatter_eager_fallback(IGraphNodeBase tensor, IGraphNodeBase indices, IGraphNodeBase element_shape, string name, Context ctx)

object tensor_list_scatter_eager_fallback_dyn(object tensor, object indices, object element_shape, object name, object ctx)

Tensor tensor_list_scatter_into_existing_list(IGraphNodeBase input_handle, IGraphNodeBase tensor, IGraphNodeBase indices, string name)

object tensor_list_scatter_into_existing_list_dyn(object input_handle, object tensor, object indices, object name)

object tensor_list_scatter_into_existing_list_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase tensor, IGraphNodeBase indices, string name, Context ctx)

object tensor_list_scatter_into_existing_list_eager_fallback_dyn(object input_handle, object tensor, object indices, object name, object ctx)

Tensor tensor_list_scatter_v2(IGraphNodeBase tensor, IGraphNodeBase indices, IGraphNodeBase element_shape, IGraphNodeBase num_elements, string name)

object tensor_list_scatter_v2_dyn(object tensor, object indices, object element_shape, object num_elements, object name)

object tensor_list_scatter_v2_eager_fallback(IGraphNodeBase tensor, IGraphNodeBase indices, IGraphNodeBase element_shape, IGraphNodeBase num_elements, string name, Context ctx)

object tensor_list_scatter_v2_eager_fallback_dyn(object tensor, object indices, object element_shape, object num_elements, object name, object ctx)

Tensor tensor_list_set_item(IGraphNodeBase input_handle, IGraphNodeBase index, IGraphNodeBase item, string name)

object tensor_list_set_item_dyn(object input_handle, object index, object item, object name)

object tensor_list_set_item_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase index, IGraphNodeBase item, string name, Context ctx)

object tensor_list_set_item_eager_fallback_dyn(object input_handle, object index, object item, object name, object ctx)

object tensor_list_split_eager_fallback(IGraphNodeBase tensor, IGraphNodeBase element_shape, IGraphNodeBase lengths, string name, Context ctx)

object tensor_list_split_eager_fallback_dyn(object tensor, object element_shape, object lengths, object name, object ctx)

Tensor tensor_list_stack(IGraphNodeBase input_handle, IGraphNodeBase element_shape, DType element_dtype, Nullable<int> num_elements, string name)

object tensor_list_stack_dyn(object input_handle, object element_shape, object element_dtype, ImplicitContainer<T> num_elements, object name)

object tensor_list_stack_eager_fallback(IGraphNodeBase input_handle, IGraphNodeBase element_shape, DType element_dtype, Nullable<int> num_elements, string name, Context ctx)

object tensor_list_stack_eager_fallback_dyn(object input_handle, object element_shape, object element_dtype, ImplicitContainer<T> num_elements, object name, object ctx)

Public properties

PythonFunctionContainer empty_tensor_list_eager_fallback_fn get;

PythonFunctionContainer empty_tensor_list_fn get;

PythonFunctionContainer tensor_list_concat_eager_fallback_fn get;

PythonFunctionContainer tensor_list_concat_fn get;

PythonFunctionContainer tensor_list_concat_lists_eager_fallback_fn get;

PythonFunctionContainer tensor_list_concat_lists_fn get;

PythonFunctionContainer tensor_list_concat_v2_eager_fallback_fn get;

PythonFunctionContainer tensor_list_concat_v2_fn get;

PythonFunctionContainer tensor_list_element_shape_eager_fallback_fn get;

PythonFunctionContainer tensor_list_element_shape_fn get;

PythonFunctionContainer tensor_list_from_tensor_eager_fallback_fn get;

PythonFunctionContainer tensor_list_from_tensor_fn get;

PythonFunctionContainer tensor_list_gather_eager_fallback_fn get;

PythonFunctionContainer tensor_list_gather_fn get;

PythonFunctionContainer tensor_list_get_item_eager_fallback_fn get;

PythonFunctionContainer tensor_list_get_item_fn get;

PythonFunctionContainer tensor_list_length_eager_fallback_fn get;

PythonFunctionContainer tensor_list_length_fn get;

PythonFunctionContainer tensor_list_pop_back_eager_fallback_fn get;

PythonFunctionContainer tensor_list_pop_back_fn get;

PythonFunctionContainer tensor_list_push_back_batch_eager_fallback_fn get;

PythonFunctionContainer tensor_list_push_back_batch_fn get;

PythonFunctionContainer tensor_list_push_back_eager_fallback_fn get;

PythonFunctionContainer tensor_list_push_back_fn get;

PythonFunctionContainer tensor_list_reserve_eager_fallback_fn get;

PythonFunctionContainer tensor_list_reserve_fn get;

PythonFunctionContainer tensor_list_resize_eager_fallback_fn get;

PythonFunctionContainer tensor_list_resize_fn get;

PythonFunctionContainer tensor_list_scatter_eager_fallback_fn get;

PythonFunctionContainer tensor_list_scatter_fn get;

PythonFunctionContainer tensor_list_scatter_into_existing_list_eager_fallback_fn get;

PythonFunctionContainer tensor_list_scatter_into_existing_list_fn get;

PythonFunctionContainer tensor_list_scatter_v2_eager_fallback_fn get;

PythonFunctionContainer tensor_list_scatter_v2_fn get;

PythonFunctionContainer tensor_list_set_item_eager_fallback_fn get;

PythonFunctionContainer tensor_list_set_item_fn get;

PythonFunctionContainer tensor_list_split_eager_fallback_fn get;

PythonFunctionContainer tensor_list_split_fn get;

PythonFunctionContainer tensor_list_stack_eager_fallback_fn get;

PythonFunctionContainer tensor_list_stack_fn get;