LostTech.TensorFlow : API Documentation

Type map_defun

Namespace tensorflow.python.data.experimental.ops.map_defun

Public static methods

IList<object> map_defun_(PythonFunctionContainer fn, IEnumerable<IGraphNodeBase> elems, IEnumerable<DType> output_dtypes, IEnumerable<ValueTuple<int>> output_shapes, int max_intra_op_parallelism)

object map_defun__dyn(object fn, object elems, object output_dtypes, object output_shapes, ImplicitContainer<T> max_intra_op_parallelism)

Public properties

PythonFunctionContainer map_defun__fn get;