LostTech.TensorFlow : API Documentation

Type gen_bitwise_ops

Namespace tensorflow.python.ops.gen_bitwise_ops

Public static methods

object bitwise_and_eager_fallback(IGraphNodeBase x, IGraphNodeBase y, string name, Context ctx)

object bitwise_and_eager_fallback_dyn(object x, object y, object name, object ctx)

object bitwise_or_eager_fallback(IGraphNodeBase x, IGraphNodeBase y, string name, Context ctx)

object bitwise_or_eager_fallback_dyn(object x, object y, object name, object ctx)

object bitwise_xor_eager_fallback(IGraphNodeBase x, IGraphNodeBase y, string name, Context ctx)

object bitwise_xor_eager_fallback_dyn(object x, object y, object name, object ctx)

object invert_eager_fallback(IGraphNodeBase x, string name, Context ctx)

object invert_eager_fallback_dyn(object x, object name, object ctx)

object left_shift_eager_fallback(IGraphNodeBase x, IGraphNodeBase y, string name, Context ctx)

object left_shift_eager_fallback_dyn(object x, object y, object name, object ctx)

Tensor population_count(IGraphNodeBase x, string name)

object population_count_dyn(object x, object name)

object population_count_eager_fallback(IGraphNodeBase x, string name, Context ctx)

object population_count_eager_fallback_dyn(object x, object name, object ctx)

object right_shift_eager_fallback(IGraphNodeBase x, IGraphNodeBase y, string name, Context ctx)

object right_shift_eager_fallback_dyn(object x, object y, object name, object ctx)

Public properties

PythonFunctionContainer bitwise_and_eager_fallback_fn get;

PythonFunctionContainer bitwise_or_eager_fallback_fn get;

PythonFunctionContainer bitwise_xor_eager_fallback_fn get;

PythonFunctionContainer invert_eager_fallback_fn get;

PythonFunctionContainer left_shift_eager_fallback_fn get;

PythonFunctionContainer population_count_eager_fallback_fn get;

PythonFunctionContainer population_count_fn get;

PythonFunctionContainer right_shift_eager_fallback_fn get;