LostTech.TensorFlow : API Documentation

Type gen_reduce_slice_ops

Namespace tensorflow.contrib.reduce_slice_ops.ops.gen_reduce_slice_ops

Public static methods

object reduce_slice_max_eager_fallback(IGraphNodeBase data, IGraphNodeBase indices, IGraphNodeBase axis, string name, Context ctx)

object reduce_slice_max_eager_fallback_dyn(object data, object indices, object axis, object name, object ctx)

object reduce_slice_min_eager_fallback(IGraphNodeBase data, IGraphNodeBase indices, IGraphNodeBase axis, string name, Context ctx)

object reduce_slice_min_eager_fallback_dyn(object data, object indices, object axis, object name, object ctx)

object reduce_slice_prod_eager_fallback(IGraphNodeBase data, IGraphNodeBase indices, IGraphNodeBase axis, string name, Context ctx)

object reduce_slice_prod_eager_fallback_dyn(object data, object indices, object axis, object name, object ctx)

object reduce_slice_sum_eager_fallback(IGraphNodeBase data, IGraphNodeBase indices, IGraphNodeBase axis, string name, Context ctx)

object reduce_slice_sum_eager_fallback_dyn(object data, object indices, object axis, object name, object ctx)

Tensor ReduceSliceMax(object data, object indices, object axis, string name)

object ReduceSliceMax_dyn(object data, object indices, object axis, object name)

Tensor ReduceSliceMin(object data, object indices, object axis, string name)

object ReduceSliceMin_dyn(object data, object indices, object axis, object name)

Tensor ReduceSliceProd(object data, object indices, object axis, string name)

object ReduceSliceProd_dyn(object data, object indices, object axis, object name)

Tensor ReduceSliceSum(object data, object indices, object axis, string name)

object ReduceSliceSum_dyn(object data, object indices, object axis, object name)

Public properties

PythonFunctionContainer reduce_slice_max_eager_fallback_fn get;

PythonFunctionContainer reduce_slice_min_eager_fallback_fn get;

PythonFunctionContainer reduce_slice_prod_eager_fallback_fn get;

PythonFunctionContainer reduce_slice_sum_eager_fallback_fn get;

PythonFunctionContainer ReduceSliceMax_fn get;

PythonFunctionContainer ReduceSliceMin_fn get;

PythonFunctionContainer ReduceSliceProd_fn get;

PythonFunctionContainer ReduceSliceSum_fn get;