LostTech.TensorFlow : API Documentation

Type gen_sparse_feature_cross_op

Namespace tensorflow.contrib.layers.ops.gen_sparse_feature_cross_op

Public static methods

object sparse_feature_cross_eager_fallback(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, IEnumerable<object> dense, bool hashed_output, IEnumerable<object> num_buckets, DType out_type, DType internal_type, string name, Context ctx)

object sparse_feature_cross_eager_fallback(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, IEnumerable<object> dense, bool hashed_output, int num_buckets, DType out_type, DType internal_type, string name, Context ctx)

object sparse_feature_cross_eager_fallback_dyn(object indices, object values, object shapes, object dense, object hashed_output, object num_buckets, object out_type, object internal_type, object name, object ctx)

object sparse_feature_cross_v2_eager_fallback(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, IEnumerable<object> dense, bool hashed_output, IEnumerable<object> num_buckets, Nullable<int> hash_key, DType out_type, DType internal_type, string name, Context ctx)

object sparse_feature_cross_v2_eager_fallback(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, IEnumerable<object> dense, bool hashed_output, int num_buckets, Nullable<int> hash_key, DType out_type, DType internal_type, string name, Context ctx)

object sparse_feature_cross_v2_eager_fallback_dyn(object indices, object values, object shapes, object dense, object hashed_output, object num_buckets, object hash_key, object out_type, object internal_type, object name, object ctx)

object SparseFeatureCross(object indices, object values, object shapes, object dense, object hashed_output, object num_buckets, object out_type, object internal_type, string name)

object SparseFeatureCross_dyn(object indices, object values, object shapes, object dense, object hashed_output, object num_buckets, object out_type, object internal_type, object name)

object SparseFeatureCrossV2(object indices, object values, object shapes, object dense, object hashed_output, object num_buckets, object hash_key, object out_type, object internal_type, string name)

object SparseFeatureCrossV2_dyn(object indices, object values, object shapes, object dense, object hashed_output, object num_buckets, object hash_key, object out_type, object internal_type, object name)

Public properties

PythonFunctionContainer sparse_feature_cross_eager_fallback_fn get;

PythonFunctionContainer sparse_feature_cross_v2_eager_fallback_fn get;

PythonFunctionContainer SparseFeatureCross_fn get;

PythonFunctionContainer SparseFeatureCrossV2_fn get;