LostTech.TensorFlow : API Documentation

Type array_ops

Namespace tensorflow.python.ops.array_ops

Methods

Properties

Public static methods

Tensor batch_gather_nd(IGraphNodeBase params, IGraphNodeBase indices, IGraphNodeBase batch_dims, string name)

Tensor batch_gather_nd(IGraphNodeBase params, IGraphNodeBase indices, int batch_dims, string name)

object batch_gather_nd_dyn(object params, object indices, object batch_dims, object name)

object convert_to_int_tensor(object tensor, string name, ImplicitContainer<T> dtype)

object convert_to_int_tensor(object tensor, string name, IEnumerable<object> dtype)

object convert_to_int_tensor(PythonClassContainer tensor, string name, IGraphNodeBase dtype)

object convert_to_int_tensor(PythonClassContainer tensor, string name, ImplicitContainer<T> dtype)

object convert_to_int_tensor(PythonClassContainer tensor, string name, RaggedTensor dtype)

object convert_to_int_tensor(PythonClassContainer tensor, string name, IEnumerable<object> dtype)

object convert_to_int_tensor(object tensor, string name, RaggedTensor dtype)

object convert_to_int_tensor(object tensor, string name, IGraphNodeBase dtype)

object convert_to_int_tensor_dyn(object tensor, object name, ImplicitContainer<T> dtype)

object get_positive_axis(IEnumerable<object> axis, Nullable<int> ndims)

object get_positive_axis(object axis, Nullable<int> ndims)

object get_positive_axis(PythonClassContainer axis, Nullable<int> ndims)

object get_positive_axis_dyn(object axis, object ndims)

object listdiff(IGraphNodeBase x, IGraphNodeBase y, DType out_idx, string name)

object listdiff_dyn(object x, object y, object out_idx, object name)

Tensor ones_like_impl(IGraphNodeBase tensor, DType dtype, string name, bool optimize)

object ones_like_impl_dyn(object tensor, object dtype, object name, ImplicitContainer<T> optimize)

Tensor rank_internal(IGraphNodeBase input, string name, bool optimize)

Tensor rank_internal(PythonClassContainer input, string name, bool optimize)

Tensor rank_internal(object input, string name, bool optimize)

Tensor rank_internal(ValueTuple<PythonClassContainer, object> input, string name, bool optimize)

Tensor rank_internal(IEnumerable<object> input, string name, bool optimize)

object rank_internal_dyn(object input, object name, ImplicitContainer<T> optimize)

Tensor repeat_with_axis(ValueTuple<IEnumerable<object>, object> data, object repeats, Nullable<int> axis, string name)

Tensor repeat_with_axis(IGraphNodeBase data, PythonClassContainer repeats, Nullable<int> axis, string name)

Tensor repeat_with_axis(IGraphNodeBase data, object repeats, Nullable<int> axis, string name)

Tensor repeat_with_axis(IEnumerable<int> data, PythonClassContainer repeats, Nullable<int> axis, string name)

Tensor repeat_with_axis(IEnumerable<int> data, object repeats, Nullable<int> axis, string name)

Tensor repeat_with_axis(ValueTuple<IEnumerable<object>, object> data, PythonClassContainer repeats, Nullable<int> axis, string name)

object repeat_with_axis_dyn(object data, object repeats, object axis, object name)

Tensor shape_internal(object input, string name, bool optimize, RaggedTensor out_type)

Tensor shape_internal(PythonFunctionContainer input, string name, bool optimize, RaggedTensor out_type)

Tensor shape_internal(PythonFunctionContainer input, string name, bool optimize, PythonClassContainer out_type)

Tensor shape_internal(object input, string name, bool optimize, dtype out_type)

Tensor shape_internal(PythonFunctionContainer input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor shape_internal(PythonFunctionContainer input, string name, bool optimize, dtype out_type)

Tensor shape_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, PythonClassContainer out_type)

Tensor shape_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, RaggedTensor out_type)

Tensor shape_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor shape_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, IEnumerable<object> out_type)

Tensor shape_internal(PythonFunctionContainer input, string name, bool optimize, IEnumerable<object> out_type)

Tensor shape_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, dtype out_type)

Tensor shape_internal(object input, string name, bool optimize, IEnumerable<object> out_type)

Tensor shape_internal(object input, string name, bool optimize, PythonClassContainer out_type)

Tensor shape_internal(object input, string name, bool optimize, IGraphNodeBase out_type)

Tensor shape_internal(object input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor shape_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, IGraphNodeBase out_type)

Tensor shape_internal(PythonFunctionContainer input, string name, bool optimize, IGraphNodeBase out_type)

object shape_internal_dyn(object input, object name, ImplicitContainer<T> optimize, ImplicitContainer<T> out_type)

Tensor size_internal(ValueTuple<PythonClassContainer, object> input, string name, bool optimize, PythonClassContainer out_type)

Tensor size_internal(object input, string name, bool optimize, PythonClassContainer out_type)

Tensor size_internal(int32 input, string name, bool optimize, PythonClassContainer out_type)

Tensor size_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor size_internal(IEnumerable<IGraphNodeBase> input, string name, bool optimize, PythonClassContainer out_type)

Tensor size_internal(IGraphNodeBase input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor size_internal(ValueTuple<PythonClassContainer, object> input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor size_internal(IGraphNodeBase input, string name, bool optimize, PythonClassContainer out_type)

Tensor size_internal(PythonClassContainer input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor size_internal(PythonClassContainer input, string name, bool optimize, PythonClassContainer out_type)

Tensor size_internal(object input, string name, bool optimize, ImplicitContainer<T> out_type)

Tensor size_internal(int32 input, string name, bool optimize, ImplicitContainer<T> out_type)

object size_internal_dyn(object input, object name, ImplicitContainer<T> optimize, ImplicitContainer<T> out_type)

Tensor tile_one_dimension(IGraphNodeBase data, int axis, object multiple)

Tensor tile_one_dimension(IGraphNodeBase data, int axis, IGraphNodeBase multiple)

Tensor tile_one_dimension(IGraphNodeBase data, int axis, int multiple)

Tensor tile_one_dimension(IGraphNodeBase data, int axis, IEnumerable<int> multiple)

object tile_one_dimension_dyn(object data, object axis, object multiple)

Tensor zeros_like_impl(IGraphNodeBase tensor, PythonClassContainer dtype, string name, bool optimize)

Tensor zeros_like_impl(IGraphNodeBase tensor, DType dtype, string name, bool optimize)

object zeros_like_impl_dyn(object tensor, object dtype, object name, ImplicitContainer<T> optimize)

Public properties

PythonFunctionContainer batch_gather_nd_fn get;

PythonFunctionContainer convert_to_int_tensor_fn get;

PythonFunctionContainer get_positive_axis_fn get;

PythonFunctionContainer listdiff_fn get;

int NEW_AXIS get; set;

object NEW_AXIS_dyn get; set;

PythonFunctionContainer ones_like_impl_fn get;

PythonFunctionContainer rank_internal_fn get;

PythonFunctionContainer repeat_with_axis_fn get;

PythonFunctionContainer shape_internal_fn get;

int SHRINK_AXIS get; set;

object SHRINK_AXIS_dyn get; set;

PythonFunctionContainer size_internal_fn get;

PythonFunctionContainer tile_one_dimension_fn get;

PythonFunctionContainer zeros_like_impl_fn get;