LostTech.TensorFlow : API Documentation

Type gen_libsvm_ops

Namespace tensorflow.contrib.libsvm.ops.gen_libsvm_ops

Public static methods

object decode_libsvm_eager_fallback(IGraphNodeBase input, int num_features, ImplicitContainer<T> dtype, ImplicitContainer<T> label_dtype, string name, Context ctx)

object decode_libsvm_eager_fallback_dyn(object input, object num_features, ImplicitContainer<T> dtype, ImplicitContainer<T> label_dtype, object name, object ctx)

object DecodeLibsvm(object input, object num_features, ImplicitContainer<T> dtype, ImplicitContainer<T> label_dtype, string name)

object DecodeLibsvm_dyn(object input, object num_features, ImplicitContainer<T> dtype, ImplicitContainer<T> label_dtype, object name)

Public properties

PythonFunctionContainer decode_libsvm_eager_fallback_fn get;

PythonFunctionContainer DecodeLibsvm_fn get;