LostTech.TensorFlow : API Documentation

Type gen_ragged_math_ops

Namespace tensorflow.python.ops.gen_ragged_math_ops

Public static methods

object ragged_range(IGraphNodeBase starts, IGraphNodeBase limits, IGraphNodeBase deltas, ImplicitContainer<T> Tsplits, PythonFunctionContainer name)

object ragged_range(IGraphNodeBase starts, IGraphNodeBase limits, IGraphNodeBase deltas, ImplicitContainer<T> Tsplits, string name)

object ragged_range_dyn(object starts, object limits, object deltas, ImplicitContainer<T> Tsplits, object name)

object ragged_range_eager_fallback(IGraphNodeBase starts, IGraphNodeBase limits, IGraphNodeBase deltas, ImplicitContainer<T> Tsplits, string name, Context ctx)

object ragged_range_eager_fallback(IGraphNodeBase starts, IGraphNodeBase limits, IGraphNodeBase deltas, int Tsplits, string name, Context ctx)

object ragged_range_eager_fallback_dyn(object starts, object limits, object deltas, ImplicitContainer<T> Tsplits, object name, object ctx)

Public properties

PythonFunctionContainer ragged_range_eager_fallback_fn get;

PythonFunctionContainer ragged_range_fn get;