LostTech.TensorFlow : API Documentation

Type pruning_utils

Namespace tensorflow.contrib.model_pruning.python.pruning_utils

Public static methods

int determine_partitioned_axis(object partitioned_variable)

object determine_partitioned_axis_dyn(object partitioned_variable)

object expand_tensor(ValueTuple<PythonClassContainer, PythonClassContainer> tensor, IEnumerable<object> block_dims)

object expand_tensor(IGraphNodeBase tensor, IEnumerable<object> block_dims)

object expand_tensor_dyn(object tensor, object block_dims)

Tensor factorized_pool(IGraphNodeBase input_tensor, IEnumerable<object> window_shape, object pooling_type, IEnumerable<object> strides, string padding, string name)

object factorized_pool_dyn(object input_tensor, object window_shape, object pooling_type, object strides, object padding, object name)

Tensor kronecker_product(object mat1, IGraphNodeBase mat2)

object kronecker_product_dyn(object mat1, object mat2)

object partitioned_variable_assign(object partitioned_var, IndexedSlices new_value)

object partitioned_variable_assign(object partitioned_var, IGraphNodeBase new_value)

object partitioned_variable_assign(object partitioned_var, ValueTuple<PythonClassContainer, PythonClassContainer> new_value)

object partitioned_variable_assign_dyn(object partitioned_var, object new_value)

Tensor variable_assign(object var, IGraphNodeBase new_value)

Tensor variable_assign(object var, ValueTuple<PythonClassContainer, PythonClassContainer> new_value)

Tensor variable_assign(object var, IndexedSlices new_value)

object variable_assign_dyn(object var, object new_value)

object weight_mask_variable(IGraphNodeBase var, VariableScope scope)

object weight_mask_variable(IGraphNodeBase var, string scope)

object weight_mask_variable_dyn(object var, object scope)

object weight_threshold_variable(IGraphNodeBase var, VariableScope scope)

object weight_threshold_variable(IGraphNodeBase var, string scope)

object weight_threshold_variable_dyn(object var, object scope)

Public properties

PythonFunctionContainer determine_partitioned_axis_fn get;

PythonFunctionContainer expand_tensor_fn get;

PythonFunctionContainer factorized_pool_fn get;

PythonFunctionContainer kronecker_product_fn get;

PythonFunctionContainer partitioned_variable_assign_fn get;

PythonFunctionContainer variable_assign_fn get;

PythonFunctionContainer weight_mask_variable_fn get;

PythonFunctionContainer weight_threshold_variable_fn get;