LostTech.TensorFlow : API Documentation

Type ragged_squeeze_op

Namespace tensorflow.python.ragged.ragged_squeeze_op

Public static methods

object squeeze(IEnumerable<object> input, IEnumerable<int> axis, string name)

object squeeze(IEnumerable<object> input, int axis, string name)

object squeeze(IEnumerable<object> input, IGraphNodeBase axis, string name)

object squeeze(RaggedTensor input, IEnumerable<int> axis, string name)

object squeeze(RaggedTensor input, int axis, string name)

object squeeze(RaggedTensor input, IGraphNodeBase axis, string name)

object squeeze(int input, IEnumerable<int> axis, string name)

object squeeze(int input, int axis, string name)

object squeeze(int input, IGraphNodeBase axis, string name)

object squeeze(IGraphNodeBase input, IEnumerable<int> axis, string name)

object squeeze(IGraphNodeBase input, int axis, string name)

object squeeze(IGraphNodeBase input, IGraphNodeBase axis, string name)

Public properties

PythonFunctionContainer squeeze_fn get;