Public static methods
	
	
	
	
	
		
			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 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 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_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_dyn(object quantile_accumulator_handle, object stamp_token, object next_stamp_token, object name, object 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 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)
		
		
		
	 
	
	
	Public properties