LostTech.TensorFlow : API Documentation

Type indexed_slices

Namespace tensorflow.python.framework.indexed_slices

Public static methods

IList<_TensorLike> convert_n_to_tensor_or_indexed_slices(IEnumerable<IGraphNodeBase> values, DType dtype, string name)

IList<_TensorLike> convert_n_to_tensor_or_indexed_slices(PythonFunctionContainer values, DType dtype, string name)

IList<_TensorLike> convert_n_to_tensor_or_indexed_slices(object values, DType dtype, string name)

object convert_n_to_tensor_or_indexed_slices_dyn(object values, object dtype, object name)

IList<_TensorLike> internal_convert_n_to_tensor_or_indexed_slices(IEnumerable<object> values, DType dtype, string name, bool as_ref)

IList<_TensorLike> internal_convert_n_to_tensor_or_indexed_slices(object values, DType dtype, string name, bool as_ref)

object internal_convert_n_to_tensor_or_indexed_slices_dyn(object values, object dtype, object name, ImplicitContainer<T> as_ref)

_TensorLike internal_convert_to_tensor_or_indexed_slices(Operation value, DType dtype, string name, bool as_ref)

_TensorLike internal_convert_to_tensor_or_indexed_slices(IGraphNodeBase value, DType dtype, string name, bool as_ref)

_TensorLike internal_convert_to_tensor_or_indexed_slices(PythonClassContainer value, DType dtype, string name, bool as_ref)

_TensorLike internal_convert_to_tensor_or_indexed_slices(object value, DType dtype, string name, bool as_ref)

object internal_convert_to_tensor_or_indexed_slices_dyn(object value, object dtype, object name, ImplicitContainer<T> as_ref)

Public properties

PythonFunctionContainer convert_n_to_tensor_or_indexed_slices_fn get;

PythonFunctionContainer IndexedSlices_fn get;

PythonFunctionContainer IndexedSlicesSpec_fn get;

PythonFunctionContainer IndexedSlicesValue_fn get;

PythonFunctionContainer internal_convert_n_to_tensor_or_indexed_slices_fn get;

PythonFunctionContainer internal_convert_to_tensor_or_indexed_slices_fn get;

LazyLoader math_ops get; set;

object math_ops_dyn get; set;

LazyLoader ops get; set;

object ops_dyn get; set;

LazyLoader tensor_spec get; set;

object tensor_spec_dyn get; set;

LazyLoader tensor_util get; set;

object tensor_util_dyn get; set;