LostTech.TensorFlow : API Documentation

Type ragged_map_ops

Namespace tensorflow.python.ragged.ragged_map_ops

Public static methods

PythonFunctionContainer map_fn(object fn, IGraphNodeBase elems, DType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IGraphNodeBase elems, RaggedTensorType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IDictionary<string, object> elems, IDictionary<string, object> dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IDictionary<string, object> elems, DType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IDictionary<string, object> elems, RaggedTensorType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IEnumerable<IGraphNodeBase> elems, IDictionary<string, object> dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IEnumerable<IGraphNodeBase> elems, DType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IEnumerable<IGraphNodeBase> elems, RaggedTensorType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, RaggedTensor elems, IDictionary<string, object> dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, RaggedTensor elems, DType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, RaggedTensor elems, RaggedTensorType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, int elems, IDictionary<string, object> dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, int elems, DType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, int elems, RaggedTensorType dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

PythonFunctionContainer map_fn(object fn, IGraphNodeBase elems, IDictionary<string, object> dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)

Public properties

PythonFunctionContainer _RaggedTensorComponents_fn get;

PythonFunctionContainer map_fn_fn get;