LostTech.TensorFlow : API Documentation

Type gen_stats_accumulator_ops

Namespace tensorflow.contrib.boosted_trees.gen_stats_accumulator_ops

Methods

Properties

Public static methods

object create_stats_accumulator_scalar_eager_fallback(IGraphNodeBase stats_accumulator_handle, IGraphNodeBase stamp_token, string name, Context ctx)

object create_stats_accumulator_scalar_eager_fallback_dyn(object stats_accumulator_handle, object stamp_token, object name, object ctx)

object create_stats_accumulator_tensor_eager_fallback(IGraphNodeBase stats_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase per_slot_gradient_shape, IGraphNodeBase per_slot_hessian_shape, string name, Context ctx)

object create_stats_accumulator_tensor_eager_fallback_dyn(object stats_accumulator_handle, object stamp_token, object per_slot_gradient_shape, object per_slot_hessian_shape, object name, object ctx)

object CreateStatsAccumulatorScalar(object stats_accumulator_handle, object stamp_token, string name)

object CreateStatsAccumulatorScalar_dyn(object stats_accumulator_handle, object stamp_token, object name)

object CreateStatsAccumulatorTensor(object stats_accumulator_handle, object stamp_token, object per_slot_gradient_shape, object per_slot_hessian_shape, string name)

object CreateStatsAccumulatorTensor_dyn(object stats_accumulator_handle, object stamp_token, object per_slot_gradient_shape, object per_slot_hessian_shape, object name)

object stats_accumulator_scalar_add_eager_fallback(IEnumerable<IGraphNodeBase> stats_accumulator_handles, IGraphNodeBase stamp_token, IEnumerable<object> partition_ids, IEnumerable<object> feature_ids, IEnumerable<object> gradients, IEnumerable<object> hessians, string name, Context ctx)

object stats_accumulator_scalar_add_eager_fallback_dyn(object stats_accumulator_handles, object stamp_token, object partition_ids, object feature_ids, object gradients, object hessians, object name, object ctx)

object stats_accumulator_scalar_deserialize_eager_fallback(IGraphNodeBase stats_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase num_updates, IGraphNodeBase partition_ids, IGraphNodeBase feature_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, string name, Context ctx)

object stats_accumulator_scalar_deserialize_eager_fallback_dyn(object stats_accumulator_handle, object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians, object name, object ctx)

object stats_accumulator_scalar_flush_eager_fallback(IGraphNodeBase stats_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase next_stamp_token, string name, Context ctx)

object stats_accumulator_scalar_flush_eager_fallback_dyn(object stats_accumulator_handle, object stamp_token, object next_stamp_token, object name, object ctx)

object stats_accumulator_scalar_is_initialized_eager_fallback(IGraphNodeBase stats_accumulator_handle, string name, Context ctx)

object stats_accumulator_scalar_is_initialized_eager_fallback_dyn(object stats_accumulator_handle, object name, object ctx)

object stats_accumulator_scalar_make_summary_eager_fallback(IGraphNodeBase partition_ids, IGraphNodeBase feature_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, string name, Context ctx)

object stats_accumulator_scalar_make_summary_eager_fallback_dyn(object partition_ids, object feature_ids, object gradients, object hessians, object name, object ctx)

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

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

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

object stats_accumulator_scalar_serialize_eager_fallback(IGraphNodeBase stats_accumulator_handle, string name, Context ctx)

object stats_accumulator_scalar_serialize_eager_fallback_dyn(object stats_accumulator_handle, object name, object ctx)

object stats_accumulator_tensor_add_eager_fallback(IEnumerable<IGraphNodeBase> stats_accumulator_handles, IGraphNodeBase stamp_token, IEnumerable<object> partition_ids, IEnumerable<object> feature_ids, IEnumerable<object> gradients, IEnumerable<object> hessians, string name, Context ctx)

object stats_accumulator_tensor_add_eager_fallback_dyn(object stats_accumulator_handles, object stamp_token, object partition_ids, object feature_ids, object gradients, object hessians, object name, object ctx)

object stats_accumulator_tensor_deserialize_eager_fallback(IGraphNodeBase stats_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase num_updates, IGraphNodeBase partition_ids, IGraphNodeBase feature_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, string name, Context ctx)

object stats_accumulator_tensor_deserialize_eager_fallback_dyn(object stats_accumulator_handle, object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians, object name, object ctx)

object stats_accumulator_tensor_flush_eager_fallback(IGraphNodeBase stats_accumulator_handle, IGraphNodeBase stamp_token, IGraphNodeBase next_stamp_token, string name, Context ctx)

object stats_accumulator_tensor_flush_eager_fallback_dyn(object stats_accumulator_handle, object stamp_token, object next_stamp_token, object name, object ctx)

object stats_accumulator_tensor_is_initialized_eager_fallback(IGraphNodeBase stats_accumulator_handle, string name, Context ctx)

object stats_accumulator_tensor_is_initialized_eager_fallback_dyn(object stats_accumulator_handle, object name, object ctx)

object stats_accumulator_tensor_make_summary_eager_fallback(IGraphNodeBase partition_ids, IGraphNodeBase feature_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, string name, Context ctx)

object stats_accumulator_tensor_make_summary_eager_fallback_dyn(object partition_ids, object feature_ids, object gradients, object hessians, object name, object ctx)

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

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

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

object stats_accumulator_tensor_serialize_eager_fallback(IGraphNodeBase stats_accumulator_handle, string name, Context ctx)

object stats_accumulator_tensor_serialize_eager_fallback_dyn(object stats_accumulator_handle, object name, object ctx)

object StatsAccumulatorScalarAdd(object stats_accumulator_handles, object stamp_token, object partition_ids, object feature_ids, object gradients, object hessians, string name)

object StatsAccumulatorScalarAdd_dyn(object stats_accumulator_handles, object stamp_token, object partition_ids, object feature_ids, object gradients, object hessians, object name)

object StatsAccumulatorScalarDeserialize(object stats_accumulator_handle, object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians, string name)

object StatsAccumulatorScalarDeserialize_dyn(object stats_accumulator_handle, object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians, object name)

object StatsAccumulatorScalarFlush(object stats_accumulator_handle, object stamp_token, object next_stamp_token, string name)

object StatsAccumulatorScalarFlush_dyn(object stats_accumulator_handle, object stamp_token, object next_stamp_token, object name)

Tensor StatsAccumulatorScalarIsInitialized(object stats_accumulator_handle, string name)

object StatsAccumulatorScalarIsInitialized_dyn(object stats_accumulator_handle, object name)

object StatsAccumulatorScalarMakeSummary(object partition_ids, object feature_ids, object gradients, object hessians, string name)

object StatsAccumulatorScalarMakeSummary_dyn(object partition_ids, object feature_ids, object gradients, object hessians, object name)

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

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

object StatsAccumulatorScalarSerialize(object stats_accumulator_handle, string name)

object StatsAccumulatorScalarSerialize_dyn(object stats_accumulator_handle, object name)

object StatsAccumulatorTensorAdd(object stats_accumulator_handles, object stamp_token, object partition_ids, object feature_ids, object gradients, object hessians, string name)

object StatsAccumulatorTensorAdd_dyn(object stats_accumulator_handles, object stamp_token, object partition_ids, object feature_ids, object gradients, object hessians, object name)

object StatsAccumulatorTensorDeserialize(object stats_accumulator_handle, object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians, string name)

object StatsAccumulatorTensorDeserialize_dyn(object stats_accumulator_handle, object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians, object name)

object StatsAccumulatorTensorFlush(object stats_accumulator_handle, object stamp_token, object next_stamp_token, string name)

object StatsAccumulatorTensorFlush_dyn(object stats_accumulator_handle, object stamp_token, object next_stamp_token, object name)

Tensor StatsAccumulatorTensorIsInitialized(object stats_accumulator_handle, string name)

object StatsAccumulatorTensorIsInitialized_dyn(object stats_accumulator_handle, object name)

object StatsAccumulatorTensorMakeSummary(object partition_ids, object feature_ids, object gradients, object hessians, string name)

object StatsAccumulatorTensorMakeSummary_dyn(object partition_ids, object feature_ids, object gradients, object hessians, object name)

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

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

object StatsAccumulatorTensorSerialize(object stats_accumulator_handle, string name)

object StatsAccumulatorTensorSerialize_dyn(object stats_accumulator_handle, object name)

Public properties

PythonFunctionContainer create_stats_accumulator_scalar_eager_fallback_fn get;

PythonFunctionContainer create_stats_accumulator_tensor_eager_fallback_fn get;

PythonFunctionContainer CreateStatsAccumulatorScalar_fn get;

PythonFunctionContainer CreateStatsAccumulatorTensor_fn get;

PythonFunctionContainer stats_accumulator_scalar_add_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_scalar_deserialize_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_scalar_flush_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_scalar_is_initialized_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_scalar_make_summary_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_scalar_resource_handle_op_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_scalar_serialize_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_add_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_deserialize_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_flush_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_is_initialized_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_make_summary_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_resource_handle_op_eager_fallback_fn get;

PythonFunctionContainer stats_accumulator_tensor_serialize_eager_fallback_fn get;

PythonFunctionContainer StatsAccumulatorScalarAdd_fn get;

PythonFunctionContainer StatsAccumulatorScalarDeserialize_fn get;

PythonFunctionContainer StatsAccumulatorScalarFlush_fn get;

PythonFunctionContainer StatsAccumulatorScalarIsInitialized_fn get;

PythonFunctionContainer StatsAccumulatorScalarMakeSummary_fn get;

PythonFunctionContainer StatsAccumulatorScalarResourceHandleOp_fn get;

PythonFunctionContainer StatsAccumulatorScalarSerialize_fn get;

PythonFunctionContainer StatsAccumulatorTensorAdd_fn get;

PythonFunctionContainer StatsAccumulatorTensorDeserialize_fn get;

PythonFunctionContainer StatsAccumulatorTensorFlush_fn get;

PythonFunctionContainer StatsAccumulatorTensorIsInitialized_fn get;

PythonFunctionContainer StatsAccumulatorTensorMakeSummary_fn get;

PythonFunctionContainer StatsAccumulatorTensorResourceHandleOp_fn get;

PythonFunctionContainer StatsAccumulatorTensorSerialize_fn get;