LostTech.TensorFlow : API Documentation

Type gen_quantile_ops

Namespace tensorflow.contrib.boosted_trees.gen_quantile_ops

Methods

Properties

Public static methods

object bucketize_with_input_boundaries_eager_fallback(IGraphNodeBase input, IGraphNodeBase boundaries, string name, Context ctx)

object bucketize_with_input_boundaries_eager_fallback_dyn(object input, object boundaries, object name, object ctx)

Tensor BucketizeWithInputBoundaries(object input, object boundaries, string name)

object BucketizeWithInputBoundaries_dyn(object input, object boundaries, object name)

object create_quantile_accumulator_eager_fallback(IGraphNodeBase quantile_accumulator_handle, IGraphNodeBase stamp_token, double epsilon, int num_quantiles, string container, string shared_name, ImplicitContainer<T> max_elements, bool generate_quantiles, string name, Context ctx)

object create_quantile_accumulator_eager_fallback_dyn(object quantile_accumulator_handle, object stamp_token, object epsilon, object num_quantiles, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, ImplicitContainer<T> max_elements, ImplicitContainer<T> generate_quantiles, object name, object ctx)

object CreateQuantileAccumulator(object quantile_accumulator_handle, object stamp_token, object epsilon, object num_quantiles, string container, string shared_name, ImplicitContainer<T> max_elements, bool generate_quantiles, string name)

object CreateQuantileAccumulator_dyn(object quantile_accumulator_handle, object stamp_token, object epsilon, object num_quantiles, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, ImplicitContainer<T> max_elements, ImplicitContainer<T> generate_quantiles, object name)

object make_quantile_summaries_eager_fallback(IEnumerable<object> dense_float_features, IEnumerable<object> sparse_float_feature_indices, IEnumerable<object> sparse_float_feature_values, IEnumerable<object> sparse_float_feature_shapes, IGraphNodeBase example_weights, double epsilon, string name, Context ctx)

object make_quantile_summaries_eager_fallback_dyn(object dense_float_features, object sparse_float_feature_indices, object sparse_float_feature_values, object sparse_float_feature_shapes, object example_weights, object epsilon, object name, object ctx)

object MakeQuantileSummaries(object dense_float_features, object sparse_float_feature_indices, object sparse_float_feature_values, object sparse_float_feature_shapes, object example_weights, object epsilon, string name)

object MakeQuantileSummaries_dyn(object dense_float_features, object sparse_float_feature_indices, object sparse_float_feature_values, object sparse_float_feature_shapes, object example_weights, object epsilon, object name)

object quantile_accumulator_add_summaries_eager_fallback(IEnumerable<IGraphNodeBase> quantile_accumulator_handles, IGraphNodeBase stamp_token, IEnumerable<object> summaries, string name, Context ctx)

object quantile_accumulator_add_summaries_eager_fallback_dyn(object quantile_accumulator_handles, object stamp_token, object summaries, object name, object ctx)

object quantile_accumulator_deserialize_eager_fallback(IGraphNodeBase quantile_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase stream_state, IGraphNodeBase are_buckets_ready, IGraphNodeBase buckets, string name, Context ctx)

object quantile_accumulator_deserialize_eager_fallback_dyn(object quantile_accumulator_handle, object stamp_token, object stream_state, object are_buckets_ready, object buckets, object name, object ctx)

object quantile_accumulator_flush_eager_fallback(IGraphNodeBase quantile_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase next_stamp_token, string name, Context ctx)

object quantile_accumulator_flush_eager_fallback_dyn(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, object name, object ctx)

object quantile_accumulator_flush_summary_eager_fallback(IGraphNodeBase quantile_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase next_stamp_token, string name, Context ctx)

object quantile_accumulator_flush_summary_eager_fallback_dyn(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, object name, object ctx)

object quantile_accumulator_get_buckets_eager_fallback(IEnumerable<object> quantile_accumulator_handles, IGraphNodeBase stamp_token, string name, Context ctx)

object quantile_accumulator_get_buckets_eager_fallback_dyn(object quantile_accumulator_handles, object stamp_token, object name, object ctx)

object quantile_accumulator_is_initialized_eager_fallback(IGraphNodeBase quantile_accumulator_handle, string name, Context ctx)

object quantile_accumulator_is_initialized_eager_fallback_dyn(object quantile_accumulator_handle, object name, object ctx)

object quantile_accumulator_serialize_eager_fallback(IGraphNodeBase quantile_accumulator_handle, string name, Context ctx)

object quantile_accumulator_serialize_eager_fallback_dyn(object quantile_accumulator_handle, object name, object ctx)

object quantile_buckets_eager_fallback(IEnumerable<IGraphNodeBase> dense_float_features, IEnumerable<object> sparse_float_feature_indices, IEnumerable<object> sparse_float_feature_values, IEnumerable<object> sparse_float_feature_shapes, IGraphNodeBase example_weights, IEnumerable<Byte[]> dense_config, IEnumerable<Byte[]> sparse_config, string name, Context ctx)

object quantile_buckets_eager_fallback_dyn(object dense_float_features, object sparse_float_feature_indices, object sparse_float_feature_values, object sparse_float_feature_shapes, object example_weights, object dense_config, object sparse_config, object name, object ctx)

object quantile_stream_resource_handle_op_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object quantile_stream_resource_handle_op_eager_fallback(string container, string shared_name, string name, Context ctx)

object quantile_stream_resource_handle_op_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

object QuantileAccumulatorAddSummaries(object quantile_accumulator_handles, object stamp_token, object summaries, string name)

object QuantileAccumulatorAddSummaries_dyn(object quantile_accumulator_handles, object stamp_token, object summaries, object name)

object QuantileAccumulatorDeserialize(object quantile_accumulator_handle, object stamp_token, object stream_state, object are_buckets_ready, object buckets, string name)

object QuantileAccumulatorDeserialize_dyn(object quantile_accumulator_handle, object stamp_token, object stream_state, object are_buckets_ready, object buckets, object name)

object QuantileAccumulatorFlush(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, string name)

object QuantileAccumulatorFlush_dyn(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, object name)

Tensor QuantileAccumulatorFlushSummary(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, string name)

object QuantileAccumulatorFlushSummary_dyn(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, object name)

object QuantileAccumulatorGetBuckets(object quantile_accumulator_handles, object stamp_token, string name)

object QuantileAccumulatorGetBuckets_dyn(object quantile_accumulator_handles, object stamp_token, object name)

Tensor QuantileAccumulatorIsInitialized(object quantile_accumulator_handle, string name)

object QuantileAccumulatorIsInitialized_dyn(object quantile_accumulator_handle, object name)

object QuantileAccumulatorSerialize(object quantile_accumulator_handle, string name)

object QuantileAccumulatorSerialize_dyn(object quantile_accumulator_handle, object name)

object QuantileBuckets(object dense_float_features, object sparse_float_feature_indices, object sparse_float_feature_values, object sparse_float_feature_shapes, object example_weights, object dense_config, object sparse_config, string name)

object QuantileBuckets_dyn(object dense_float_features, object sparse_float_feature_indices, object sparse_float_feature_values, object sparse_float_feature_shapes, object example_weights, object dense_config, object sparse_config, object name)

object Quantiles(object dense_values, object sparse_values, object dense_buckets, object sparse_buckets, object sparse_indices, string name)

object Quantiles_dyn(object dense_values, object sparse_values, object dense_buckets, object sparse_buckets, object sparse_indices, object name)

object quantiles_eager_fallback(IEnumerable<object> dense_values, IEnumerable<object> sparse_values, IEnumerable<object> dense_buckets, IEnumerable<object> sparse_buckets, IEnumerable<object> sparse_indices, string name, Context ctx)

object quantiles_eager_fallback_dyn(object dense_values, object sparse_values, object dense_buckets, object sparse_buckets, object sparse_indices, object name, object ctx)

Tensor QuantileStreamResourceHandleOp(string container, string shared_name, string name)

object QuantileStreamResourceHandleOp_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

Public properties

PythonFunctionContainer bucketize_with_input_boundaries_eager_fallback_fn get;

PythonFunctionContainer BucketizeWithInputBoundaries_fn get;

PythonFunctionContainer create_quantile_accumulator_eager_fallback_fn get;

PythonFunctionContainer CreateQuantileAccumulator_fn get;

PythonFunctionContainer make_quantile_summaries_eager_fallback_fn get;

PythonFunctionContainer MakeQuantileSummaries_fn get;

PythonFunctionContainer quantile_accumulator_add_summaries_eager_fallback_fn get;

PythonFunctionContainer quantile_accumulator_deserialize_eager_fallback_fn get;

PythonFunctionContainer quantile_accumulator_flush_eager_fallback_fn get;

PythonFunctionContainer quantile_accumulator_flush_summary_eager_fallback_fn get;

PythonFunctionContainer quantile_accumulator_get_buckets_eager_fallback_fn get;

PythonFunctionContainer quantile_accumulator_is_initialized_eager_fallback_fn get;

PythonFunctionContainer quantile_accumulator_serialize_eager_fallback_fn get;

PythonFunctionContainer quantile_buckets_eager_fallback_fn get;

PythonFunctionContainer quantile_stream_resource_handle_op_eager_fallback_fn get;

PythonFunctionContainer QuantileAccumulatorAddSummaries_fn get;

PythonFunctionContainer QuantileAccumulatorDeserialize_fn get;

PythonFunctionContainer QuantileAccumulatorFlush_fn get;

PythonFunctionContainer QuantileAccumulatorFlushSummary_fn get;

PythonFunctionContainer QuantileAccumulatorGetBuckets_fn get;

PythonFunctionContainer QuantileAccumulatorIsInitialized_fn get;

PythonFunctionContainer QuantileAccumulatorSerialize_fn get;

PythonFunctionContainer QuantileBuckets_fn get;

PythonFunctionContainer quantiles_eager_fallback_fn get;

PythonFunctionContainer Quantiles_fn get;

PythonFunctionContainer QuantileStreamResourceHandleOp_fn get;