Public static methods
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, 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, IGraphNodeBase elems, IDictionary<string, object> dtype, Nullable<int> parallel_iterations, bool back_prop, bool swap_memory, bool infer_shape, string name)
Public properties